Class OpenJPAJCacheDataCacheManager
java.lang.Object
org.apache.openjpa.datacache.DataCacheManagerImpl
org.apache.commons.jcs3.jcache.openjpa.OpenJPAJCacheDataCacheManager
- All Implemented Interfaces:
org.apache.openjpa.datacache.DataCacheManager
,org.apache.openjpa.lib.util.Closeable
public class OpenJPAJCacheDataCacheManager
extends org.apache.openjpa.datacache.DataCacheManagerImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
initialize
(org.apache.openjpa.conf.OpenJPAConfiguration conf, org.apache.openjpa.lib.conf.ObjectValue dataCache, org.apache.openjpa.lib.conf.ObjectValue queryCache) Methods inherited from class org.apache.openjpa.datacache.DataCacheManagerImpl
getClearableScheduler, getDataCache, getDataCache, getDistributionPolicy, getPCDataGenerator, getSystemDataCache, getSystemQueryCache, isCachable, listKnownTypes, selectCache, setTypes, startCaching, stopCaching
-
Constructor Details
-
OpenJPAJCacheDataCacheManager
public OpenJPAJCacheDataCacheManager()
-
-
Method Details
-
initialize
public void initialize(org.apache.openjpa.conf.OpenJPAConfiguration conf, org.apache.openjpa.lib.conf.ObjectValue dataCache, org.apache.openjpa.lib.conf.ObjectValue queryCache) - Specified by:
initialize
in interfaceorg.apache.openjpa.datacache.DataCacheManager
- Overrides:
initialize
in classorg.apache.openjpa.datacache.DataCacheManagerImpl
-
close
- Specified by:
close
in interfaceorg.apache.openjpa.lib.util.Closeable
- Specified by:
close
in interfaceorg.apache.openjpa.datacache.DataCacheManager
- Overrides:
close
in classorg.apache.openjpa.datacache.DataCacheManagerImpl
-