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
|
getGlobalTransaction, isOriginLocal
K getKey()
V getValue()
Metadata getMetadata()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.