Skip to content

criteria cache false,but totalCount cache true #14458

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

Open
ciazealee opened this issue Dec 20, 2018 · 0 comments
Open

criteria cache false,but totalCount cache true #14458

ciazealee opened this issue Dec 20, 2018 · 0 comments

Comments

@ciazealee
Copy link

ciazealee commented Dec 20, 2018

criteria cache false setting :

def criteria = Entity.createCriteria()
def result = criteria.list([cache: false]) { .... }
but result.totalCount still use cache

how can i close totalCount cache?

Thanks

@jdaugherty jdaugherty transferred this issue from grails/grails-data-hibernate5 Mar 13, 2025
@jdaugherty jdaugherty transferred this issue from apache/grails-data-mapping Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants