public interface PersistentCacheFactory
Modifier and Type | Method and Description |
---|---|
<K,V> com.google.common.cache.Cache<K,V> |
build(PersistentCacheDef<K,V> def,
CacheBackend backend) |
<K,V> com.google.common.cache.LoadingCache<K,V> |
build(PersistentCacheDef<K,V> def,
com.google.common.cache.CacheLoader<K,V> loader,
CacheBackend backend) |
void |
onStop(String plugin) |
<K,V> com.google.common.cache.Cache<K,V> build(PersistentCacheDef<K,V> def, CacheBackend backend)
<K,V> com.google.common.cache.LoadingCache<K,V> build(PersistentCacheDef<K,V> def, com.google.common.cache.CacheLoader<K,V> loader, CacheBackend backend)
void onStop(String plugin)