-
Notifications
You must be signed in to change notification settings - Fork 127
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
How to use ExecuteQueryMultiple cache? #1044
Comments
@seongguk2i the QueryMultiple is currently not supporting the caching capability, however, we are planning to introduce it on our upcoming releases. We will put this on our priority backlog. |
#1044 Supported the 'cache' in the 'QueryMultiple' operation.
#1044 Added the cache to the DbRepository.QueryMultiple
#1044 Support to DbRepository.QueryMultiple + more updates on DbConne…
The code sample written above is for QueryMultiple operation but the title is referencing to the ExecuteQueryMultiple operation. We would like to emphasize that these are 2 separate methods and that they do different capabilities when calling both the Fluent and Raw operations. We will support the caching capability to both on the next release. |
#1044 Support of the cache to the ExecuteQueryMultiple operation.
The fixes to this will be available on the next version > RepoDB v1.12.10. |
#1044 Support to the DbRepository.ExecuteQueryMultiple.
Hello.
I am using it so well.
Is there any way to use cache for ExecuteQueryMultiple ?
When proceeding with a paging operation
Call two select statements.
(paging data (5)/ total count (21))
The text was updated successfully, but these errors were encountered: