Package org.cache2k.event
Interface CacheEntryOperationListener<K,V>
-
- All Superinterfaces:
DataAware<K,V>,EventListener
- All Known Subinterfaces:
CacheEntryCreatedListener<K,V>,CacheEntryEvictedListener<K,V>,CacheEntryExpiredListener<K,V>,CacheEntryRemovedListener<K,V>,CacheEntryUpdatedListener<K,V>
public interface CacheEntryOperationListener<K,V> extends EventListener, DataAware<K,V>
The root of all listeners that are called for an entry lifecycle and updates.- Author:
- Jens Wilke