| Interface | Description |
|---|---|
| CacheClosedListener |
Listener called when cache is closed.
|
| CacheEntryCreatedListener<K,V> |
A new entry is inserted into the cache, e.g.
|
| CacheEntryExpiredListener<K,V> |
Listener called for an expired entry.
|
| 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.
|
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.