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