|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.Eviction
public final class Eviction
Utility class for getting predefined EvictionVeto
instance.
Constructor Summary | |
---|---|
Eviction()
|
Method Summary | ||
---|---|---|
static
|
none()
Returns an EvictionVeto where no mappings are vetoed from eviction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Eviction()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |