org.infinispan.notifications.cachelistener.event
Interface CacheEntriesEvictedEvent<K,V>

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

public interface CacheEntriesEvictedEvent<K,V>
extends Event<K,V>

This event subtype is passed in to any method annotated with CacheEntriesEvicted.

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
 Map<K,V> getEntries()
          Retrieves entries being evicted.
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event
getCache, getType, isPre
 

Method Detail

getEntries

Map<K,V> getEntries()
Retrieves entries being evicted.

Returns:
A map containing the key/value pairs of the cache entries being evicted.

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.