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 TypeMethodDescriptionvoid
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 DataCacheManagerModifier and TypeClassDescriptionclass
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 DataCacheManagerModifier and TypeMethodDescriptionvoid
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 DataCacheManagerModifier and TypeMethodDescriptionvoid
AbstractDataCacheInstrument.setDataCacheManager
(DataCacheManager dcm) -
Uses of DataCacheManager in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as DataCacheManager