Interface MemoryLRUCache.EldestEntryRemovalListener<K,​V>

  • Enclosing class:
    MemoryLRUCache<K,​V>

    public static interface MemoryLRUCache.EldestEntryRemovalListener<K,​V>
    • Method Detail

      • apply

        void apply​(K key,
                   V value)