Uses of Interface
org.apache.openjpa.datacache.DataCacheManager

Packages that use DataCacheManager
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of DataCacheManager in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return DataCacheManager
 DataCacheManager OpenJPAConfiguration.getDataCacheManagerInstance()
          The data cache manager manages this configuration's cache instances.
 DataCacheManager OpenJPAConfigurationImpl.getDataCacheManagerInstance()
           
 

Methods in org.apache.openjpa.conf with parameters of type DataCacheManager
 void OpenJPAConfiguration.setDataCacheManager(DataCacheManager manager)
          The data cache manager manages this configuration's cache instances.
 void OpenJPAConfigurationImpl.setDataCacheManager(DataCacheManager dcm)
           
 

Uses of DataCacheManager in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement DataCacheManager
 class DataCacheManagerImpl
          Default data cache manager provides handle to utilities PCDataGenerator, ClearableScheduler and CacheDistributionPolicy for the cache operation.
 

Methods in org.apache.openjpa.datacache with parameters of type DataCacheManager
 void DataCache.initialize(DataCacheManager manager)
          Initialize any resources associated with the given DataCacheManager.
 void AbstractQueryCache.initialize(DataCacheManager manager)
           
 void DelegatingQueryCache.initialize(DataCacheManager mgr)
           
 void DelegatingDataCache.initialize(DataCacheManager manager)
           
 void AbstractDataCache.initialize(DataCacheManager manager)
           
 void QueryCache.initialize(DataCacheManager manager)
          Initialize any resources associated with the given DataCacheManager.
 void ConcurrentQueryCache.initialize(DataCacheManager mgr)
           
 void ConcurrentDataCache.initialize(DataCacheManager mgr)
           
 

Uses of DataCacheManager in org.apache.openjpa.kernel
 

Fields in org.apache.openjpa.kernel declared as DataCacheManager
protected  DataCacheManager InverseManager._mgr
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.