public interface CacheEntryEvent<K,V> extends TransactionalEvent<K,V>
Event.Type| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
Metadata |
getMetadata()
Retrieves the metadata associated with the entry.
|
V |
getValue()
Retrieves the value of the affected cache entry
|
default boolean |
isCurrentState() |
getGlobalTransaction, isOriginLocalK getKey()
V getValue()
Metadata getMetadata()
default boolean isCurrentState()
Listener.includeCurrentState() set to true.