public interface CacheEntryExpiredListener<K,V> extends CacheEntryListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onExpired(Iterable<CacheEntryEvent<? extends K,? extends V>> events) |
void onExpired(Iterable<CacheEntryEvent<? extends K,? extends V>> events) throws CacheEntryListenerException
CacheEntryListenerExceptionCopyright © 2025. All rights reserved.