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 |
entryExpired(CacheEntryEvent<? extends K,? extends V> entry)
Called after the entry has expired and has thus been removed from the Cache.
|
void entryExpired(CacheEntryEvent<? extends K,? extends V> entry) throws CacheEntryListenerException
CacheEntryRemovedListener where an explicit remove call was made.entry - The entry that has expired.CacheEntryListenerException - if there is problem executing the listenerCopyright © 2018 WSO2 Inc. All rights reserved.