| EventDispatcher<K,V> |
A dispatcher that publishes cache events to listeners for asynchronous execution.
|
| EventTypeAwareListener<K,V> |
A decorator that dispatches the event iff the listener supports that action.
|
| EventTypeFilter<K,V> |
A filter that determines if the listener can process the event type before delegating to the
decorated filter.
|
| JCacheEntryEvent<K,V> |
A cache event dispatched to a listener.
|
| JCacheEvictionListener<K,V> |
A listener that provides an adapter to publish events in the order of the actions being performed
on a key.
|
| Registration<K,V> |
The registration of a CacheEntryListener for event dispatching.
|