public interface CacheEntryRemovedEvent<K,V> extends CacheEntryEvent<K,V>
CacheEntryRemoved.
The getValue() method would return the old value prior to deletion, if isPre() is true.
If isPre() is false, getValue() will return null.Event.Type| Modifier and Type | Method and Description |
|---|---|
V |
getOldValue()
Regardless of whether isPre() is true or is
false, this method returns the value of the entry being
deleted.
|
V |
getValue()
Retrieves the value of the entry being deleted.
|
getKeygetGlobalTransaction, isOriginLocalV getValue()
V getOldValue()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.