Interface BoundedConcurrentHashMap.EvictionListener<K,​V>

    • Method Detail

      • onEntryEviction

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

        void onEntryChosenForEviction​(V internalCacheEntry)