Interface LruMap.CacheEvictionCallback<K,​V>

  • All Known Implementing Classes:
    StringMetadataCache
    Enclosing class:
    LruMap<A,​B>

    public static interface LruMap.CacheEvictionCallback<K,​V>
    • Method Detail

      • evictionCallback

        void evictionCallback​(K key,
                              V val)