Package org.ehcache.config
Class Eviction
java.lang.Object
org.ehcache.config.Eviction
Utility class for getting predefined
EvictionAdvisor instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EvictionAdvisor<Object,Object> noAdvice()Returns anEvictionAdvisorwhere no mappings are advised against eviction.
-
Constructor Details
-
Eviction
public Eviction()
-
-
Method Details
-
noAdvice
Returns anEvictionAdvisorwhere no mappings are advised against eviction.- Returns:
- an advisor where no mappings are advised against eviction
-