Uses of Interface
org.apache.cayenne.cache.QueryCache
Packages that use QueryCache
Package
Description
Contains persistence APIs directly accessible by users.
Contains classes that make up Cayenne ORM stack.
General utility classes.
-
Uses of QueryCache in org.apache.cayenne
Fields in org.apache.cayenne declared as QueryCacheMethods in org.apache.cayenne that return QueryCacheMethods in org.apache.cayenne with parameters of type QueryCacheModifier and TypeMethodDescriptionvoid
BaseContext.setQueryCache
(QueryCache queryCache) Sets a QueryCache to be used for storing cached query results. -
Uses of QueryCache in org.apache.cayenne.access
Fields in org.apache.cayenne.access declared as QueryCacheMethods in org.apache.cayenne.access that return QueryCacheModifier and TypeMethodDescriptionDataDomain.getQueryCache()
Returns sharedQueryCache
used by this DataDomain.Methods in org.apache.cayenne.access with parameters of type QueryCache -
Uses of QueryCache in org.apache.cayenne.cache
Classes in org.apache.cayenne.cache that implement QueryCacheModifier and TypeClassDescriptionclass
A default implementation of theQueryCache
interface that stores data in a non-expiring LRUMap.class
AQueryCache
wrapper that introduces a key namespace on top of a delegate shared cache.Fields in org.apache.cayenne.cache declared as QueryCacheMethods in org.apache.cayenne.cache that return QueryCacheModifier and TypeMethodDescriptionMapQueryCacheProvider.get()
NestedQueryCache.getDelegate()
Returns the actual implementation of the query cache that is wrapped by this NestedQueryCache.Constructors in org.apache.cayenne.cache with parameters of type QueryCache -
Uses of QueryCache in org.apache.cayenne.configuration.rop.client
Fields in org.apache.cayenne.configuration.rop.client declared as QueryCache -
Uses of QueryCache in org.apache.cayenne.configuration.server
Fields in org.apache.cayenne.configuration.server declared as QueryCacheModifier and TypeFieldDescriptionprotected QueryCache
DataContextFactory.queryCache
protected QueryCache
DataDomainProvider.queryCache
-
Uses of QueryCache in org.apache.cayenne.util
Methods in org.apache.cayenne.util that return QueryCache