K
- the type of keys maintained by the associated cacheV
- the type of values maintained by the associated cachepublic interface CacheEntryRemovedListener<K,V> extends CacheEntryListener<K,V>
Cache.remove(Object)
call.Modifier and Type | Method and Description |
---|---|
void |
entryRemoved(CacheEntryEvent<? extends K,? extends V> event)
Called after the entry has been removed.
|
void entryRemoved(CacheEntryEvent<? extends K,? extends V> event) throws CacheEntryListenerException
event
- The entry just removed.CacheEntryListenerException
- if there is problem executing the listenerentryRemoved(CacheEntryEvent)
Copyright © 2015 WSO2 Inc. All rights reserved.