Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
JCache is becoming a de-facto standard for Java caching (EhCache and many others implement it). It has its own pluggabilty mechanism via ServiceProvider. So if we give users an easy way to hook up JCache, they can add the actual providers just by adding them to classpath.
So I am thinking of a cayenne-jcache auto-loadable module. The contents of JCacheQueryCache can be borrowed from Bootique [1].
We need to configuration options:
- Cayenne bootstraps JCache
- Application bootstraps JCache and hangs it to Cayenne.