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 |
getValue()
Retrieves the value of the entry being deleted.
|
getKeygetGlobalTransaction, isOriginLocalV getValue()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.