Package org.apache.cayenne.cache

Interface Summary
QueryCache An interface that defines generic QueryCache.
QueryCacheEntryFactory A factory that is used by the cache to rebuild expired entries.
 

Class Summary
EhCacheQueryCache  
MapQueryCache A default implementation of the QueryCache interface that stores data in a non-expiring LRUMap.
MapQueryCacheProvider  
NestedQueryCache A QueryCache wrapper that introduces a key namespace on top of a delegate shared cache.
OSQueryCache A QueryCache implementation based on OpenSymphony OSCache.
 



Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.