Uses of Interface
com.google.common.cache.Weigher
Packages that use Weigher
-
Uses of Weigher in com.google.common.cache
Classes in com.google.common.cache that implement WeigherFields in com.google.common.cache declared as WeigherModifier and TypeFieldDescriptionCacheBuilder.weigher
LocalCache.ManualSerializationProxy.weigher
LocalCache.weigher
Weigher to weigh cache entries.Methods in com.google.common.cache that return WeigherMethods in com.google.common.cache with parameters of type WeigherModifier and TypeMethodDescription<K1 extends K,
V1 extends V>
CacheBuilder<K1, V1> Specifies the weigher to use in determining the weight of entries.Constructors in com.google.common.cache with parameters of type WeigherModifierConstructorDescriptionprivate
ManualSerializationProxy
(LocalCache.Strength keyStrength, LocalCache.Strength valueStrength, Equivalence<Object> keyEquivalence, Equivalence<Object> valueEquivalence, long expireAfterWriteNanos, long expireAfterAccessNanos, long maxWeight, Weigher<K, V> weigher, int concurrencyLevel, RemovalListener<? super K, ? super V> removalListener, Ticker ticker, CacheLoader<? super K, V> loader)