Class BoundedWeigher<K,V>
- java.lang.Object
-
- com.github.benmanes.caffeine.cache.BoundedWeigher<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Weigher<? super K,? super V>
delegate
(package private) static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BoundedWeigher(Weigher<? super K,? super V> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
weigh(K key, V value)
Returns the weight of a cache entry.(package private) java.lang.Object
writeReplace()
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-