public interface RemovalListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onRemoval(RemovalNotification<K,V> notification)
Notifies the listener that a removal occurred at some point in the past.
|
void onRemoval(RemovalNotification<K,V> notification)
This does not always signify that the key is now absent from the cache, as it may have already been re-added.