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