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.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
QueryCache used by this DataDomain. |
Modifier and Type | Method and Description |
---|---|
void |
DataDomain.setQueryCache(QueryCache queryCache) |
Modifier and Type | Class and Description |
---|---|
class |
EhCacheQueryCache
Deprecated.
since 4.0 please use JCacheQueryCache (provided by "cayenne-jcache" module)
|
class |
MapQueryCache
A default implementation of the
QueryCache interface that stores data in a
non-expiring LRUMap. |
class |
NestedQueryCache
A
QueryCache wrapper that introduces a key namespace on top of a
delegate shared cache. |
class |
OSQueryCache
Deprecated.
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 |
DataDomainProvider.queryCache |
protected QueryCache |
DataContextFactory.queryCache |
Modifier and Type | Method and Description |
---|---|
protected QueryCache |
ObjectContextQueryAction.getQueryCache() |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.