K
- the type of key.V
- the type of value.@FunctionalInterface public interface EntryExpiredListener<K,V> extends MapListener
Expiration-based entry removals can happen in two different ways:
Modifier and Type | Method and Description |
---|---|
void |
entryExpired(EntryEvent<K,V> event)
Invoked upon expiration of an entry.
|
void entryExpired(EntryEvent<K,V> event)
event
- the event invoked when an entry is expired.Copyright © 2023 Hazelcast, Inc.. All rights reserved.