Package org.cache2k.core.eviction
Interface InternalEvictionListener<K,V>
-
- All Known Implementing Classes:
WiredCache
public interface InternalEvictionListener<K,V>Internal eviction event from eviction. Gets passed on the the application by the cache implementation.- Author:
- Jens Wilke
-
-
Field Summary
Fields Modifier and Type Field Description static InternalEvictionListenerNO_OPERATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvictionFromHeap(Entry<K,V> e)
-
-
-
Field Detail
-
NO_OPERATION
static final InternalEvictionListener NO_OPERATION
-
-