| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryCache | |
|---|---|
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| Uses of QueryCache in org.apache.openjpa.datacache | 
|---|
| Classes in org.apache.openjpa.datacache that implement QueryCache | |
|---|---|
 class | 
AbstractQueryCache
Abstract QueryCache implementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
 class | 
ConcurrentQueryCache
A QueryCache implementation that is optimized for concurrent
 access. | 
 class | 
DelegatingQueryCache
Delegating query cache that can also perform exception translation for use in facades.  | 
| Methods in org.apache.openjpa.datacache that return QueryCache | |
|---|---|
 QueryCache | 
QueryCacheStoreQuery.getCache()
Return the QueryCache that this object is associated with. | 
 QueryCache | 
DelegatingQueryCache.getDelegate()
Return the direct delegate.  | 
 QueryCache | 
DelegatingQueryCache.getInnermostDelegate()
Return the native delegate.  | 
 QueryCache | 
DataCacheManagerImpl.getSystemQueryCache()
 | 
 QueryCache | 
DataCacheManager.getSystemQueryCache()
Return the system query cache, or null if not configured.  | 
| Constructors in org.apache.openjpa.datacache with parameters of type QueryCache | |
|---|---|
DelegatingQueryCache(QueryCache cache)
Constructor.  | 
|
DelegatingQueryCache(QueryCache cache,
                     RuntimeExceptionTranslator trans)
 | 
|
QueryCacheStoreQuery(StoreQuery query,
                     QueryCache cache)
Create a new instance that delegates to query if no
 cached results are available. | 
|
| Uses of QueryCache in org.apache.openjpa.persistence | 
|---|
| Methods in org.apache.openjpa.persistence that return QueryCache | |
|---|---|
 QueryCache | 
QueryResultCacheImpl.getDelegate()
Delegate.  | 
 QueryCache | 
QueryResultCache.getDelegate()
Deprecated. cast to QueryResultCacheImpl instead. This
 method pierces the published-API boundary, as does the SPI cast. | 
| Constructors in org.apache.openjpa.persistence with parameters of type QueryCache | |
|---|---|
QueryResultCacheImpl(QueryCache cache)
Constructor; supply delegate.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||