ciazealee opened a new issue, #14458:
URL: https://github.com/apache/grails-core/issues/14458

    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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to