public interface CacheEntryUpdatedListener<K,V> extends CacheEntryListener<K,V>
Modifier and Type | Method and Description |
---|---|
void |
onUpdated(Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
void onUpdated(Iterable<CacheEntryEvent<? extends K,? extends V>> events) throws CacheEntryListenerException
CacheEntryListenerException
Copyright © 2017. All rights reserved.