Uses of Interface
org.cache2k.operation.Weigher
- 
Packages that use Weigher Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types. - 
- 
Uses of Weigher in org.cache2k
Methods in org.cache2k with parameters of type Weigher Modifier and Type Method Description Cache2kBuilder<K,V>Cache2kBuilder. weigher(Weigher<K,V> v)Set the weigher to be used to calculate the entry weight. - 
Uses of Weigher in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type Weigher Modifier and Type Method Description @Nullable CustomizationSupplier<? extends Weigher<K,V>>Cache2kConfig. getWeigher()Method parameters in org.cache2k.config with type arguments of type Weigher Modifier and Type Method Description voidCache2kConfig. setWeigher(@Nullable CustomizationSupplier<? extends Weigher<K,V>> v) 
 -