public interface CacheEntryCreatedEvent<K,V> extends CacheEntryEvent<K,V>
CacheEntryCreated
.Event.Type
Modifier and Type | Method and Description |
---|---|
V |
getValue()
Retrieves the value of the entry being created.
|
getKey
getGlobalTransaction, isOriginLocal
V getValue()
Event.isPre()
is true, or the value being created
if Event.isPre()
is false.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.