Interface ConcurrentLRUCache.EvictionListener<K,V>

Enclosing class:
ConcurrentLRUCache<K,V>

public static interface ConcurrentLRUCache.EvictionListener<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    evictedEntry(K key, V value)
     
  • Method Details

    • evictedEntry

      void evictedEntry(K key, V value)