Package org.cache2k.jcache.provider.event
-
Interface Summary Interface Description EventHandling<K,V> Handles registering event listeners and event dispatching according to the JCache spec. -
Class Summary Class Description AsyncDispatcher<K,V> Calls the listeners with help of the executor.EntryEvent<K,V> Entry events without original value, for created, expired and removed events.EntryEventWithOldValue<K,V> Entry event with original value for update events.EventHandlingImpl<K,V> cache2k does not support changing the listener configuration at runtime.