K - the type of keys maintained by the associated cacheV - the type of values maintained by the associated cachepublic interface CacheEntryExpiredListener<K,V> extends CacheEntryListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onExpired(Iterable<CacheEntryEvent<? extends K,? extends V>> events)
Called after one or more entries have been expired by the cache.
|
void onExpired(Iterable<CacheEntryEvent<? extends K,? extends V>> events) throws CacheEntryListenerException
events - The entries just removed.CacheEntryListenerException - if there is problem executing the listenerCopyright © 2013. All Rights Reserved.