Interface CacheEntryLoadedEvent<K,V>
- All Superinterfaces:
CacheEntryEvent<K,
,V> Event<K,
,V> TransactionalEvent<K,
V>
- All Known Implementing Classes:
EventImpl
This event subtype is passed in to any method annotated with
CacheEntryLoaded
.- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
-
Method Summary
Methods inherited from interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
getKey, getMetadata, getSource, isCurrentState
Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event
getCache, getType, isPre
Methods inherited from interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
getGlobalTransaction, isOriginLocal
-
Method Details
-
getValue
V getValue()Retrieves the value of the entry being loaded.- Specified by:
getValue
in interfaceCacheEntryEvent<K,
V> - Returns:
- the value of the loaded entry
-