-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_through_cache does not cache data for list/select by query operations #133
Comments
Hey, This is not related to Described here:
So, the results from PS. Also, I recommend avoid using |
Currently I recommend using |
I see and understand! |
Let's leave the issue opened, to make it more visible and remind me about this limitation :) |
I wrote the following code to test if it can be cached with read_through_cache and read from cache with read_cached_only.
I expected to be able to retrieve the list in the subsequent read_cached_only because it is cached in read_through_cache, but I could not retrieve it.
I also tested PreloadAllDocs with a different code, and it worked fine!
The text was updated successfully, but these errors were encountered: