|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - the type of keys maintained by the associated cacheV - the type of values maintained by the associated cachepublic interface CacheEntryReadListener<K,V>
Invoked if a cache entry is read,
for example through a Cache.get(Object) call.
| Method Summary | |
|---|---|
void |
entriesRead(Iterable<CacheEntryEvent<? extends K,? extends V>> events)
Called after the entries have been read. |
void |
entryRead(CacheEntryEvent<? extends K,? extends V> event)
Called after the entry has been read. |
| Method Detail |
|---|
void entryRead(CacheEntryEvent<? extends K,? extends V> event)
event - The event just read.entriesRead(Iterable)void entriesRead(Iterable<CacheEntryEvent<? extends K,? extends V>> events)
events - The events just read.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||