Interface CacheEntryVisitedEvent<K,V>

All Superinterfaces:
CacheEntryEvent<K,V>, Event<K,V>, TransactionalEvent<K,V>
All Known Implementing Classes:
EventImpl

public interface CacheEntryVisitedEvent<K,V> extends CacheEntryEvent<K,V>
This event subtype is passed in to any method annotated with CacheEntryVisited.
Since:
4.0
Author:
Manik Surtani
  • Method Details

    • getValue

      V getValue()
      Retrieves the value of the entry being visited.
      Specified by:
      getValue in interface CacheEntryEvent<K,V>
      Returns:
      the value of the visited entry