Uses of Interface
org.apache.openjpa.datacache.DataCacheManager
-
Packages that use DataCacheManager Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.instrumentation org.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of DataCacheManager in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return DataCacheManager Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description void
AbstractDataCache. initialize(DataCacheManager manager)
void
AbstractQueryCache. initialize(DataCacheManager manager)
void
ConcurrentDataCache. initialize(DataCacheManager mgr)
void
ConcurrentQueryCache. initialize(DataCacheManager mgr)
void
DataCache. initialize(DataCacheManager manager)
Initialize any resources associated with the givenDataCacheManager
.void
DelegatingDataCache. initialize(DataCacheManager manager)
void
DelegatingQueryCache. initialize(DataCacheManager mgr)
void
PartitionedDataCache. initialize(DataCacheManager mgr)
void
QueryCache. initialize(DataCacheManager manager)
Initialize any resources associated with the givenDataCacheManager
. -
Uses of DataCacheManager in org.apache.openjpa.instrumentation
Methods in org.apache.openjpa.instrumentation with parameters of type DataCacheManager Modifier and Type Method Description void
AbstractDataCacheInstrument. setDataCacheManager(DataCacheManager dcm)
-
Uses of DataCacheManager in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as DataCacheManager Modifier and Type Field Description protected DataCacheManager
InverseManager. _mgr
-