K
- the type of keyV
- the type of valuepublic interface CacheEntryRemovedListener<K,V> extends CacheEntryListener<K,V>
Modifier and Type | Method and Description |
---|---|
void |
onRemoved(Iterable<CacheEntryEvent<? extends K,? extends V>> events)
Called after one or more entries have been removed.
|
void onRemoved(Iterable<CacheEntryEvent<? extends K,? extends V>> events) throws CacheEntryListenerException
events
- The entries just removed.CacheEntryListenerException
- if there is problem executing the listenerCopyright © 2014. All Rights Reserved.