public interface CacheEntryReadListener<K,V> extends CacheEntryListener<K,V>
Modifier and Type | Method and Description |
---|---|
void |
onRead(java.lang.Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
void onRead(java.lang.Iterable<CacheEntryEvent<? extends K,? extends V>> events) throws CacheEntryListenerException
CacheEntryListenerException