Uses of Interface
org.apache.openjpa.datacache.DataCacheManager
Packages that use DataCacheManager
Package
Description
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA Runtime Kernel
-
Uses of DataCacheManager in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return DataCacheManagerModifier and TypeMethodDescriptionOpenJPAConfiguration.getDataCacheManagerInstance()The data cache manager manages this configuration's cache instances.OpenJPAConfigurationImpl.getDataCacheManagerInstance()Methods in org.apache.openjpa.conf with parameters of type DataCacheManagerModifier and TypeMethodDescriptionvoidOpenJPAConfiguration.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 DataCacheManagerModifier and TypeClassDescriptionclassDefault 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 DataCacheManagerModifier and TypeMethodDescriptionvoidAbstractDataCache.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 DataCacheManagerModifier and TypeMethodDescriptionvoidAbstractDataCacheInstrument.setDataCacheManager(DataCacheManager dcm) -
Uses of DataCacheManager in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as DataCacheManager