|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheEntryRemovedEvent<K,V>
This event subtype is passed in to any method annotated with CacheEntryRemoved.
getValue() method would return the old value prior to deletion, if isPre() is true.
If isPre() is false, getValue() will return null.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event |
|---|
Event.Type |
| Method Summary | |
|---|---|
V |
getValue()
Retrieves the value of the entry being deleted. |
| Methods inherited from interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent |
|---|
getKey |
| Methods inherited from interface org.infinispan.notifications.cachelistener.event.TransactionalEvent |
|---|
getGlobalTransaction, isOriginLocal |
| Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event |
|---|
getCache, getType, isPre |
| Method Detail |
|---|
V getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||