Interface MemoryLRUCache.EldestEntryRemovalListener<K,V>
-
- Enclosing class:
- MemoryLRUCache<K,V>
public static interface MemoryLRUCache.EldestEntryRemovalListener<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(K key, V value)
-