Interface ConcurrentLFUCache.EvictionListener<K,​V>

  • Enclosing class:
    ConcurrentLFUCache<K,​V>

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

      • evictedEntry

        void evictedEntry​(K key,
                          V value)