Interface CacheEntriesEvictedEvent<K,V>
-
- All Superinterfaces:
Event<K,V>
public interface CacheEntriesEvictedEvent<K,V> extends Event<K,V>
This event subtype is passed in to any method annotated withCacheEntriesEvicted
.- Since:
- 5.0
- Author:
- Manik Surtani, Galder ZamarreƱo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<K,V>
getEntries()
Retrieves entries being evicted.
-