@FunctionalInterface public interface MapEvictedListener extends MapListener
IMap.evictAll()
.Modifier and Type | Method and Description |
---|---|
void |
mapEvicted(MapEvent event)
Invoked when all entries are evicted by
IMap.evictAll() . |
void mapEvicted(MapEvent event)
IMap.evictAll()
.event
- the map event invoked when all entries are evicted by IMap.evictAll()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.