CacheManager
level like
CacheManagerListener
or the CacheEvent
subsystem like
CacheEventDispatcher
and StoreEventDispatcher
.See: Description
Interface | Description |
---|---|
CacheEventDispatcher<K,V> |
Bridges the
Store eventing system, by providing the
StoreEventDispatcher used to collect events and then produce
CacheEvent s that can be consumed by CacheEventListener s. |
CacheEventDispatcherFactory | |
CacheEventListenerConfiguration<R> |
Configuration contract for setting up
CacheEvent system in a cache. |
CacheEventListenerProvider | |
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 | Description |
---|---|
CacheEvents |
Utility class for the creation of
CacheEvent instances. |
EventListenerWrapper<K,V> |
Internal wrapper for
CacheEventListener and their configuration. |
NullStoreEventDispatcher<K,V> |
NullStoreEventDispatcher
|
CacheManager
level like
CacheManagerListener
or the CacheEvent
subsystem like
CacheEventDispatcher
and StoreEventDispatcher
.