You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue where I couldn't store arrays/collections straight into couchbase using the BucketCacheHandle resulting in an InvalidCastException when BaseCache uses GetCasted to return the expected type.
I've currently had to work around this by wrapping up all my cached items in another object so that the deserialisation happens as part of a child property deserialisation automatically when ToObject is called on a JObject value type.
The text was updated successfully, but these errors were encountered:
issue added to track #51
The text was updated successfully, but these errors were encountered: