public final class Eviction
extends java.lang.Object
EvictionVeto
instance.Constructor and Description |
---|
Eviction() |
Modifier and Type | Method and Description |
---|---|
static <K,V> EvictionVeto<K,V> |
none()
Returns an
EvictionVeto where no mappings are vetoed from eviction. |
public static <K,V> EvictionVeto<K,V> none()
EvictionVeto
where no mappings are vetoed from eviction.K
- the key type on which this veto appliesV
- the value type on whivh this veto applies