Uses of Interface
org.apache.openjpa.datacache.DataCacheManager
Package
Description
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA Runtime Kernel
-
Uses of DataCacheManager in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getDataCacheManagerInstance()
The data cache manager manages this configuration's cache instances.OpenJPAConfigurationImpl.getDataCacheManagerInstance()
Modifier 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
Modifier and TypeClassDescriptionclass
Default data cache manager provides handle to utilities PCDataGenerator, ClearableScheduler and CacheDistributionPolicy for the cache operation.Modifier 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
Modifier and TypeMethodDescriptionvoid
AbstractDataCacheInstrument.setDataCacheManager
(DataCacheManager dcm) -
Uses of DataCacheManager in org.apache.openjpa.kernel