Interface BoundedConcurrentHashMap.EvictionListener<K,V>

All Known Implementing Classes:
BoundedConcurrentHashMap.NullEvictionListener
Enclosing class:
BoundedConcurrentHashMap<K,V>

public static interface BoundedConcurrentHashMap.EvictionListener<K,V>
  • Method Details

    • onEntryEviction

      void onEntryEviction(Map<K,V> evicted)
    • onEntryChosenForEviction

      void onEntryChosenForEviction(V internalCacheEntry)