Interface EvictionCallback
-
public interface EvictionCallbackClass used to react on eviction event in CacheMap and CacheRegion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevicted(CacheKey key, java.lang.Object value)Informs watcher that given key is evicted from the cache.
-
-
-
Method Detail
-
evicted
void evicted(CacheKey key, java.lang.Object value)
Informs watcher that given key is evicted from the cache.
-
-