Package org.cache2k.event
Events that are fired on behalf of a cache operation.
- Author:
- Jens Wilke
-
Interface Summary Interface Description CacheClosedListener Listener called when cache is closed.CacheCreatedListener CacheEntryCreatedListener<K,V> A new entry is inserted into the cache, e.g.CacheEntryEvictedListener<K,V> Called when an entry gets evicted by the cache.CacheEntryExpiredListener<K,V> Listener called when an entry expires.CacheEntryOperationListener<K,V> The root of all listeners that are called for an entry lifecycle and updates.CacheEntryRemovedListener<K,V> Called when an entry was actively removed from the cache.CacheEntryUpdatedListener<K,V> Fires in case a cache entry is mutated.CacheLifecycleListener Listeners for lifecycle events of a cache. -
Exception Summary Exception Description CacheEventListenerException Wrapped exception if a listener throws an exception.