Class JCSCacheProvider

  • All Implemented Interfaces:
    org.hibernate.cache.CacheProvider

    public class JCSCacheProvider
    extends Object
    implements org.hibernate.cache.CacheProvider
    • Method Detail

      • isEnabled

        public static boolean isEnabled()
      • buildCache

        public org.hibernate.cache.Cache buildCache​(String regionName,
                                                    Properties properties)
                                             throws org.hibernate.cache.CacheException
        Specified by:
        buildCache in interface org.hibernate.cache.CacheProvider
        Throws:
        org.hibernate.cache.CacheException
      • nextTimestamp

        public long nextTimestamp()
        Specified by:
        nextTimestamp in interface org.hibernate.cache.CacheProvider
      • start

        public void start​(Properties properties)
                   throws org.hibernate.cache.CacheException
        Specified by:
        start in interface org.hibernate.cache.CacheProvider
        Throws:
        org.hibernate.cache.CacheException
      • stop

        public void stop()
        Specified by:
        stop in interface org.hibernate.cache.CacheProvider
      • isMinimalPutsEnabledByDefault

        public boolean isMinimalPutsEnabledByDefault()
        Specified by:
        isMinimalPutsEnabledByDefault in interface org.hibernate.cache.CacheProvider
      • buildCache

        public static <K,​V> org.apache.commons.jcs.access.behavior.ICacheAccess<K,​V> buildCache​(String regionName)