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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidinitialize(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.DataCacheManagerImplgetClearableScheduler, getDataCache, getDataCache, getDistributionPolicy, getPCDataGenerator, getSystemDataCache, getSystemQueryCache, isCachable, listKnownTypes, selectCache, setTypes, startCaching, stopCaching
- 
Constructor Details- 
OpenJPAJCacheDataCacheManagerpublic OpenJPAJCacheDataCacheManager()
 
- 
- 
Method Details- 
initializepublic void initialize(org.apache.openjpa.conf.OpenJPAConfiguration conf, org.apache.openjpa.lib.conf.ObjectValue dataCache, org.apache.openjpa.lib.conf.ObjectValue queryCache) - Specified by:
- initializein interface- org.apache.openjpa.datacache.DataCacheManager
- Overrides:
- initializein class- org.apache.openjpa.datacache.DataCacheManagerImpl
 
- 
close- Specified by:
- closein interface- org.apache.openjpa.lib.util.Closeable
- Specified by:
- closein interface- org.apache.openjpa.datacache.DataCacheManager
- Overrides:
- closein class- org.apache.openjpa.datacache.DataCacheManagerImpl
 
 
-