Click or drag to resize

IMapTKey, TValueEvictAll Method

Evicts all keys from this map except the locked ones.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
void EvictAll()
Remarks
Evicts all keys from this map except the locked ones.

Clear method.

The EVICT_ALL event is fired for any registered listeners.

See Also