public interface CacheEntryInvalidatedEvent<K,V> extends CacheEntryEvent<K,V>
Eviction has no notion of pre/post event since 4.2.0.ALPHA4. This event is only raised once after the eviction has occurred with the pre event flag being false.
Event.Type| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Retrieves the value of the entry being invalidated.
|
getKey, getMetadatagetGlobalTransaction, isOriginLocalV getValue()
getValue in interface CacheEntryEvent<K,V>Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.