Package org.ehcache.core.events

Package holding interfaces that relate to events, either at the CacheManager level like CacheManagerListener or the CacheEvent subsystem like CacheEventDispatcher and StoreEventDispatcher.

See:
          Description

Interface Summary
CacheEventDispatcher<K,V> Bridges the Store eventing system, by providing the StoreEventDispatcher used to collect events and then produce CacheEvents that can be consumed by CacheEventListeners.
CacheEventDispatcherFactory Service interface for providing CacheEventDispatchers, consumed by EhcacheManager.
CacheManagerListener Interface for listeners interested in CacheManager Cache related events, such as addition and removal.
StateChangeListener Interface for listeners interested in CacheManager state transitions.
StoreEventDispatcher<K,V> Part of the events subsystem at the Store level.
StoreEventSink<K,V> Interface on which Store operations are to record events.
 

Class Summary
CacheEvents Utility class for the creation of CacheEvent instances.
 

Package org.ehcache.core.events Description

Package holding interfaces that relate to events, either at the CacheManager level like CacheManagerListener or the CacheEvent subsystem like CacheEventDispatcher and StoreEventDispatcher.