Click or drag to resize

MapEvictedListener Interface

Invoked when all entries are evicted.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public interface MapEvictedListener : MapListener, 
	IEventListener

The MapEvictedListener type exposes the following members.

Methods
  NameDescription
Public methodMapEvicted
Invoked when all entries are evicted.
Top
See Also