Class PersistentCache

    • Constructor Detail

      • PersistentCache

        public PersistentCache​(java.lang.String url)
    • Method Detail

      • close

        public void close()
      • openMap

        public <K,​V> CacheMap<K,​V> openMap​(int generation,
                                                       java.lang.String name,
                                                       org.h2.mvstore.MVMap.Builder<K,​V> builder)
      • switchGenerationIfNeeded

        public void switchGenerationIfNeeded()
      • getMaxSize

        public int getMaxSize()
      • getOpenCount

        public int getOpenCount()
      • getExceptionCount

        public int getExceptionCount()
      • getPersistentCacheStats

        public static PersistentCacheStats getPersistentCacheStats​(org.apache.jackrabbit.guava.common.cache.Cache<?,​?> cache)