Interface EvictionListener<K,V>
- Type Parameters:
K
- the key typeV
- the value type
public interface EvictionListener<K,V>
A listener that gets notified of entries that were removed from the cache.
-
Method Summary
-
Method Details
-
evicted
-