K
- the type of the keys used to access data within the cacheV
- the type of the values held within the cachepublic interface EvictionVeto<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
vetoes(K key,
V value)
Returns
true if the given key value pair should be vetoed from eviction. |