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 DataCacheManagerOpenJPAConfiguration. getDataCacheManagerInstance()The data cache manager manages this configuration's cache instances.DataCacheManagerOpenJPAConfigurationImpl. getDataCacheManagerInstance()Methods in org.apache.openjpa.conf with parameters of type DataCacheManager Modifier and Type Method Description voidOpenJPAConfiguration. setDataCacheManager(DataCacheManager manager)The data cache manager manages this configuration's cache instances.voidOpenJPAConfigurationImpl. 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 classDataCacheManagerImplDefault 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 voidAbstractDataCache. initialize(DataCacheManager manager)voidAbstractQueryCache. initialize(DataCacheManager manager)voidConcurrentDataCache. initialize(DataCacheManager mgr)voidConcurrentQueryCache. initialize(DataCacheManager mgr)voidDataCache. initialize(DataCacheManager manager)Initialize any resources associated with the givenDataCacheManager.voidDelegatingDataCache. initialize(DataCacheManager manager)voidDelegatingQueryCache. initialize(DataCacheManager mgr)voidPartitionedDataCache. initialize(DataCacheManager mgr)voidQueryCache. 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 voidAbstractDataCacheInstrument. 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 DataCacheManagerInverseManager. _mgr
-