Uses of Class
cn.sliew.milky.common.cache.local.CacheBuilder
-
Packages that use CacheBuilder Package Description cn.sliew.milky.common.cache.local -
-
Uses of CacheBuilder in cn.sliew.milky.common.cache.local
Methods in cn.sliew.milky.common.cache.local that return CacheBuilder Modifier and Type Method Description static <K,V>
CacheBuilder<K,V>CacheBuilder. builder()CacheBuilder<K,V>CacheBuilder. removalListener(RemovalListener<K,V> removalListener)CacheBuilder<K,V>CacheBuilder. setExpireAfterAccess(TimeValue expireAfterAccess)Sets the amount of time before an entry in the cache expires after it was last accessed.CacheBuilder<K,V>CacheBuilder. setExpireAfterWrite(TimeValue expireAfterWrite)Sets the amount of time before an entry in the cache expires after it was written.CacheBuilder<K,V>CacheBuilder. setMaximumWeight(long maximumWeight)CacheBuilder<K,V>CacheBuilder. weigher(ToLongBiFunction<K,V> weigher)
-