Returns the weight of a cache entry. There is no unit for entry weights; rather they are simply relative to each other. @return the weight of the entry; must be non-negative
(K key, V value)
| 32 | * @return the weight of the entry; must be non-negative |
| 33 | */ |
| 34 | int weigh(K key, V value); |
| 35 | } |
no outgoing calls
no test coverage detected