|
||||||||||
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 CacheEntryRemovedListener<K,V>
Invoked if a cache entry is removed,
for example through a Cache.remove(Object)
call.
Method Summary | |
---|---|
void |
entriesRemoved(Iterable<CacheEntryEvent<? extends K,? extends V>> events)
Called after the entries have been removed by a batch operation. |
void |
entryRemoved(CacheEntryEvent<? extends K,? extends V> event)
Called after the entry has been removed. |
Method Detail |
---|
void entryRemoved(CacheEntryEvent<? extends K,? extends V> event)
event
- The entry just removed.entryRemoved(CacheEntryEvent)
void entriesRemoved(Iterable<CacheEntryEvent<? extends K,? extends V>> events)
events
- The entry just removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |