| 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.9.3
Syntax abstract EvictAll : unit -> unit
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