Interface EvictionCallback


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

    Modifier and Type
    Method
    Description
    void
    evicted(CacheKey key, Object value)
    Informs watcher that given key is evicted from the cache.
  • Method Details

    • evicted

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