Re: Cache Results not working with "count" query


Andy
 
Edited

IgnoreCache is for the L1 cache, as per the JDO spec.

You simply don't use result caching on that query, i.e either don't enable it in the first place or set datanucleus.query.resultCacheType to none.

Join {main@datanucleus.groups.io to automatically receive all group messages.