| Interface | Description | 
|---|---|
| QueryCache | Defines API of a cache that stores query results. | 
| QueryCacheEntryFactory | A factory that is used by the cache to rebuild expired entries. | 
| Class | Description | 
|---|---|
| EhCacheQueryCache | Deprecated since 4.0 please use JCacheQueryCache (provided by "cayenne-jcache" module) | 
| MapQueryCache | A default implementation of the  QueryCacheinterface that stores data in a
 non-expiring LRUMap. | 
| MapQueryCacheProvider | |
| NestedQueryCache | A  QueryCachewrapper that introduces a key namespace on top of a
 delegate shared cache. | 
| OSQueryCache | Deprecated since 4.0 as OSCache project is abandoned | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.