Interface EvictionCallback


  • public interface EvictionCallback
    Class used to react on eviction event in CacheMap and CacheRegion.
    • Method Detail

      • evicted

        void evicted​(CacheKey key,
                     java.lang.Object value)
        Informs watcher that given key is evicted from the cache.