Package com.google.gerrit.server.cache
Interface PersistentCacheFactory
- All Known Implementing Classes:
PersistentCacheBaseFactory
public interface PersistentCacheFactory
-
Method Summary
Modifier and TypeMethodDescription<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
-
Method Details
-
build
-
build
<K,V> com.google.common.cache.LoadingCache<K,V> build(PersistentCacheDef<K, V> def, com.google.common.cache.CacheLoader<K, V> loader) -
onStop
-