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, isOriginLocal
K getKey()
V getValue()
Metadata getMetadata()
default boolean isCurrentState()
Listener.includeCurrentState()
set to true
.Copyright © 2021 JBoss by Red Hat. All rights reserved.