K - the type of keyV - the type of valueCacheEntryListener<K,V>, EventListenerpublic interface CacheEntryUpdatedListener<K,V> extends CacheEntryListener<K,V>
CacheEntryCreatedListener| Modifier and Type | Method | Description |
|---|---|---|
void |
onUpdated(Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
Called after one or more entries have been updated.
|
void onUpdated(Iterable<CacheEntryEvent<? extends K,? extends V>> events) throws CacheEntryListenerException
events - The entries just updated.CacheEntryListenerException - if there is problem executing the listenerCopyright © 2017. All rights reserved.