Package com.google.gerrit.server.cache
Interface PersistentCacheDef<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longdiskLimit()com.google.gerrit.server.cache.serialize.CacheSerializer<K>keySerializer()com.google.gerrit.server.cache.serialize.CacheSerializer<V>valueSerializer()intversion()-
Methods inherited from interface com.google.gerrit.server.cache.CacheDef
configKey, expireAfterWrite, expireFromMemoryAfterAccess, keyType, loader, maximumWeight, name, valueType, weigher
-
-