org.ehcache.config
Interface EvictionVeto<K,V>

Type Parameters:
K - the type of the keys used to access data within the cache
V - the type of the values held within the cache
All Superinterfaces:
Predicate<Cache.Entry<K,V>>

public interface EvictionVeto<K,V>
extends Predicate<Cache.Entry<K,V>>

A specialized Predicate used to veto eviction of cache entries.


Method Summary
 
Methods inherited from interface org.ehcache.function.Predicate
test