K - the key typeV - the value typepublic interface EvictionListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
evicted(K key,
V value,
RemovalCause removalCause) |
void evicted(K key, V value, RemovalCause removalCause)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.