org.ehcache.config
Interface EvictionPrioritizer<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:
java.util.Comparator<Cache.Entry<K,V>>
All Known Implementing Classes:
Eviction.Prioritizer

public interface EvictionPrioritizer<K,V>
extends java.util.Comparator<Cache.Entry<K,V>>

A specialized Comparator used to prioritize eviction between cache entries.


Method Summary
 
Methods inherited from interface java.util.Comparator
compare, equals