Interface ConcurrentLRUCache.EvictionListener<K,​V>

  • Enclosing class:
    ConcurrentLRUCache<K,​V>

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

      • evictedEntry

        void evictedEntry​(K key,
                          V value)