public static interface ConcurrentLinkedHashMap.EvictionListener<K,V>
void
onEviction(K key, V value)
void onEviction(K key, V value)
key
value
Copyright © 2021. All rights reserved.