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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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 interface org.apache.openjpa.datacache.DataCacheManager
      Overrides:
      initialize in class org.apache.openjpa.datacache.DataCacheManagerImpl
    • close

      public void close()
      Specified by:
      close in interface org.apache.openjpa.lib.util.Closeable
      Specified by:
      close in interface org.apache.openjpa.datacache.DataCacheManager
      Overrides:
      close in class org.apache.openjpa.datacache.DataCacheManagerImpl