CacheManager level like
 CacheManagerListener or the CacheEvent subsystem like
 CacheEventDispatcher and StoreEventDispatcher.See: Description
| Interface | Description | 
|---|---|
| CacheEventDispatcher<K,V> | Bridges the  Storeeventing system, by providing theStoreEventDispatcherused to collect events and then produceCacheEvents that can be consumed byCacheEventListeners. | 
| CacheEventDispatcherFactory | |
| CacheEventListenerConfiguration<R> | Configuration contract for setting up  CacheEventsystem in a cache. | 
| CacheEventListenerProvider | |
| CacheManagerListener | Interface for listeners interested in  CacheManagerCacherelated events, such as
 addition and removal. | 
| StateChangeListener | Interface for listeners interested in  CacheManagerstate transitions. | 
| StoreEventDispatcher<K,V> | Part of the events subsystem at the  Storelevel. | 
| StoreEventSink<K,V> | Interface on which  Storeoperations are to record events. | 
| Class | Description | 
|---|---|
| CacheEvents | Utility class for the creation of  CacheEventinstances. | 
| EventListenerWrapper<K,V> | Internal wrapper for  CacheEventListenerand their configuration. | 
| NullStoreEventDispatcher<K,V> | NullStoreEventDispatcher | 
CacheManager level like
 CacheManagerListener or the CacheEvent subsystem like
 CacheEventDispatcher and StoreEventDispatcher.