public static interface ConcurrentLinkedHashMap.EvictionListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onEviction(K key,
V value)
A call-back notification that the entry was evicted.
|
Copyright © 2014 Molindo GmbH. All Rights Reserved.