Uses of Interface
org.ehcache.config.EvictionAdvisor
-
Packages that use EvictionAdvisor Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes. -
-
Uses of EvictionAdvisor in org.ehcache.config
Fields in org.ehcache.config declared as EvictionAdvisor Modifier and Type Field Description private static EvictionAdvisor<java.lang.Object,java.lang.Object>Eviction. NO_ADVICEMethods in org.ehcache.config that return EvictionAdvisor Modifier and Type Method Description EvictionAdvisor<? super K,? super V>CacheConfiguration. getEvictionAdvisor()TheEvictionAdvisorpredicate function.static EvictionAdvisor<java.lang.Object,java.lang.Object>Eviction. noAdvice()Returns anEvictionAdvisorwhere no mappings are advised against eviction.Methods in org.ehcache.config with parameters of type EvictionAdvisor Modifier and Type Method Description BFluentCacheConfigurationBuilder. withEvictionAdvisor(EvictionAdvisor<? super K,? super V> evictionAdvisor)Sets theEvictionAdvisorin the returned builder.
-