public interface CacheEventListenerConfiguration<R> extends org.ehcache.spi.service.ServiceConfiguration<CacheEventListenerProvider,R>
CacheEvent system in a cache.| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<org.ehcache.event.EventType> |
fireOn()
Indicates on which
EventType an event has to be fired |
org.ehcache.event.EventFiring |
firingMode()
Indicates which
firing mode to use |
org.ehcache.event.EventOrdering |
orderingMode()
Indicates which
ordering mode to use |
org.ehcache.event.EventFiring firingMode()
firing mode to useorg.ehcache.event.EventOrdering orderingMode()
ordering mode to usejava.util.EnumSet<org.ehcache.event.EventType> fireOn()
EventType an event has to be firedEventType to fire on