IMapTKey, TValueEvictAll Method Hazelcast .Net Client Class Library
Evicts all keys from this map except the locked ones.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
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

Reference