K
- the type of keys maintained by the associated cacheV
- the type of values maintained by the associated cachepublic interface CacheEntryUpdatedListener<K,V> extends CacheEntryListener<K,V>
Cache.put(Object, Object)
or a CacheLoader
operation .CacheEntryCreatedListener
Modifier and Type | Method and Description |
---|---|
void |
entryUpdated(CacheEntryEvent<? extends K,? extends V> event)
todo change this to have two args: the old value and the new value
Called after the entry has been updated (put into the cache where a previous mapping existed).
|
void entryUpdated(CacheEntryEvent<? extends K,? extends V> event) throws CacheEntryListenerException
event
- The event just updated.CacheEntryListenerException
- if there is problem executing the listenerCopyright © 2015 WSO2 Inc. All rights reserved.