public interface CacheEntryExpiredListener<K,V> extends CacheEntryOperationListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryExpired(Cache<K,V> cache,
CacheEntry<K,V> entry)
Called after the expiry of an entry.
|
void onEntryExpired(Cache<K,V> cache, CacheEntry<K,V> entry)
cache - Reference to the cache that generated the event.entry - Entry containing the last data. It is only valid to access the object during the
call of this method. The object value may become invalid afterwards.cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.