public static interface ConcurrentLRUCache.EvictionListener<K,V>
void
evictedEntry(K key, V value)
void evictedEntry(K key, V value)
Copyright © 2021 The Apache Software Foundation. All Rights Reserved.