| Package | Description | 
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.cache | |
| org.apache.cayenne.configuration.rop.client | |
| org.apache.cayenne.configuration.server | |
| org.apache.cayenne.util | General utility classes. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryCache | BaseContext. queryCache | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCache | BaseContext. getQueryCache() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseContext. setQueryCache(QueryCache queryCache)Sets a QueryCache to be used for storing cached query results. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryCache | DataDomain. queryCache | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCache | DataDomain. getQueryCache()Returns shared  QueryCacheused by this DataDomain. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataDomain. setQueryCache(QueryCache queryCache) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EhCacheQueryCacheDeprecated. 
 since 4.0 please use JCacheQueryCache (provided by "cayenne-jcache" module) | 
| class  | MapQueryCacheA default implementation of the  QueryCacheinterface that stores data in a
 non-expiring LRUMap. | 
| class  | NestedQueryCacheA  QueryCachewrapper that introduces a key namespace on top of a
 delegate shared cache. | 
| class  | OSQueryCacheDeprecated. 
 since 4.0 as OSCache project is abandoned | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryCache | NestedQueryCache. delegate | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCache | MapQueryCacheProvider. get() | 
| QueryCache | NestedQueryCache. getDelegate()Returns the actual implementation of the query cache that is wrapped by
 this NestedQueryCache. | 
| Constructor and Description | 
|---|
| NestedQueryCache(QueryCache delegate) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryCache | CayenneContextFactory. queryCache | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryCache | DataContextFactory. queryCache | 
| protected QueryCache | DataDomainProvider. queryCache | 
| Modifier and Type | Method and Description | 
|---|---|
| protected QueryCache | ObjectContextQueryAction. getQueryCache() | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.