K - the type of key.V - the type of value.@FunctionalInterface public interface EntryEvictedListener<K,V> extends MapListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
entryEvicted(EntryEvent<K,V> event)
Invoked upon eviction of an entry. 
 | 
void entryEvicted(EntryEvent<K,V> event)
event - the event invoked when an entry is evictedCopyright © 2023 Hazelcast, Inc.. All rights reserved.