| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryCache | |
|---|---|
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| Uses of QueryCache in org.apache.openjpa.datacache | 
|---|
| Classes in org.apache.openjpa.datacache that implement QueryCache | |
|---|---|
|  class | AbstractQueryCacheAbstract QueryCacheimplementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
|  class | ConcurrentQueryCacheA QueryCacheimplementation that is optimized for concurrent
 access. | 
|  class | DelegatingQueryCacheDelegating 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 QueryCachethat this object is associated with. | 
|  QueryCache | DelegatingQueryCache.getDelegate()Return the direct delegate. | 
|  QueryCache | DelegatingQueryCache.getInnermostDelegate()Return the native delegate. | 
|  QueryCache | DataCacheManager.getSystemQueryCache()Return the system query cache, or null if not configured. | 
|  QueryCache | DataCacheManagerImpl.getSystemQueryCache() | 
| 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 queryif no
 cached results are available. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||