Interface PersistentCacheFactory

    • Method Detail

      • build

        <K,​V> com.google.common.cache.Cache<K,​V> build​(PersistentCacheDef<K,​V> def)
      • build

        <K,​V> com.google.common.cache.LoadingCache<K,​V> build​(PersistentCacheDef<K,​V> def,
                                                                          com.google.common.cache.CacheLoader<K,​V> loader)
      • onStop

        void onStop​(String plugin)