You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by GitBox <gi...@apache.org> on 2019/06/11 20:07:41 UTC

[GitHub] [cayenne] johnthuss opened a new pull request #388: Allow optionally using a local query cache that is separate

johnthuss opened a new pull request #388: Allow optionally using a local query cache that is separate
URL: https://github.com/apache/cayenne/pull/388
 
 
   Allow optionally using a local query cache that is separate from the shared query cache.
   
   The local query cache can be customized by creating a custom DataContextFactory.
   
   A separate cache can prevent memory leaks from occurring if you used non-expiring cache
   groups (like the default cache group perhaps) along with the local cache which wasn't
   intuitive if you expected the lifetime of the cache to match the lifetime of the ObjectContext.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services