Uses of Interface
com.google.common.cache.Weigher
-
Packages that use Weigher Package Description com.google.common.cache This package contains caching utilities. -
-
Uses of Weigher in com.google.common.cache
Methods in com.google.common.cache with parameters of type Weigher Modifier and Type Method Description <K1 extends K,V1 extends V>
CacheBuilder<K1,V1>CacheBuilder. weigher(Weigher<? super K1,? super V1> weigher)
Specifies the weigher to use in determining the weight of entries.
-