Package org.ehcache.config
Class Eviction
- java.lang.Object
-
- org.ehcache.config.Eviction
-
public final class Eviction extends Object
Utility class for getting predefinedEvictionAdvisorinstances.
-
-
Constructor Summary
Constructors Constructor Description Eviction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EvictionAdvisor<Object,Object>noAdvice()Returns anEvictionAdvisorwhere no mappings are advised against eviction.
-
-
-
Method Detail
-
noAdvice
public static EvictionAdvisor<Object,Object> noAdvice()
Returns anEvictionAdvisorwhere no mappings are advised against eviction.- Returns:
- an advisor where no mappings are advised against eviction
-
-