| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataCache | |
|---|---|
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.meta | OpenJPA Metadata | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| Uses of DataCache in org.apache.openjpa.datacache | 
|---|
| Classes in org.apache.openjpa.datacache that implement DataCache | |
|---|---|
 class | 
AbstractDataCache
Abstract DataCache implementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
 class | 
ConcurrentDataCache
A DataCache implementation that is optimized for concurrent
 access. | 
 class | 
DelegatingDataCache
Delegating data cache that can also perform exception translation for use in facades.  | 
| Methods in org.apache.openjpa.datacache that return DataCache | |
|---|---|
 DataCache | 
DataCacheManagerImpl.getDataCache(String name)
 | 
 DataCache | 
DataCacheManager.getDataCache(String name)
Return the named data cache, or null if it does not exist.  | 
 DataCache | 
DataCacheManagerImpl.getDataCache(String name,
             boolean create)
 | 
 DataCache | 
DataCacheManager.getDataCache(String name,
             boolean create)
Return the named data cache.  | 
 DataCache | 
DelegatingDataCache.getDelegate()
Return the direct delegate.  | 
 DataCache | 
DelegatingDataCache.getInnermostDelegate()
Return the native delegate.  | 
 DataCache | 
DataCacheManagerImpl.getSystemDataCache()
 | 
 DataCache | 
DataCacheManager.getSystemDataCache()
Return the system-wide data cache, or null if caching is not enabled.  | 
| Methods in org.apache.openjpa.datacache with parameters of type DataCache | |
|---|---|
protected  void | 
DataCacheScheduler.evict(DataCache cache)
 | 
 void | 
DataCacheScheduler.removeFromSchedule(DataCache cache)
Remove the given cache from scheduling.  | 
 void | 
DataCacheScheduler.scheduleEviction(DataCache cache,
                 String times)
Schedule the given cache for eviction.  | 
| Constructors in org.apache.openjpa.datacache with parameters of type DataCache | |
|---|---|
DelegatingDataCache(DataCache cache)
Constructor.  | 
|
DelegatingDataCache(DataCache cache,
                    RuntimeExceptionTranslator trans)
 | 
|
| Uses of DataCache in org.apache.openjpa.meta | 
|---|
| Methods in org.apache.openjpa.meta that return DataCache | |
|---|---|
 DataCache | 
ClassMetaData.getDataCache()
Return the data cache for this class, or null if it is not cachable.  | 
| Uses of DataCache in org.apache.openjpa.persistence | 
|---|
| Methods in org.apache.openjpa.persistence that return DataCache | |
|---|---|
 DataCache | 
StoreCacheImpl.getDelegate()
Delegate.  | 
 DataCache | 
StoreCache.getDelegate()
Deprecated. cast to StoreCacheImpl instead. This
 method pierces the published-API boundary, as does the SPI cast. | 
| Constructors in org.apache.openjpa.persistence with parameters of type DataCache | |
|---|---|
StoreCacheImpl(EntityManagerFactoryImpl emf,
               DataCache cache)
Constructor; supply delegate.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||