| Interface | Description |
|---|---|
| QueryCache |
An interface that defines generic QueryCache.
|
| QueryCacheEntryFactory |
A factory that is used by the cache to rebuild expired entries.
|
| Class | Description |
|---|---|
| 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–2015 Apache Cayenne. All rights reserved.