|
Guava: Google Core Libraries for Java 13.0.1-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Beta public interface Weigher<K,V>
Calculates the weights of cache entries.
Method Summary | |
---|---|
int |
weigh(K key,
V value)
Returns the weight of a cache entry. |
Method Detail |
---|
int weigh(K key, V value)
|
Guava: Google Core Libraries for Java 13.0.1-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |