EntryEvictedListenerTKey, TValue InterfaceHazelcast .Net Client Class Library
Invoked when an entry is evicted.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public interface EntryEvictedListener<TKey, TValue> : MapListener, 
	IEventListener

Type Parameters

TKey
the type of key
TValue
the type of value

The EntryEvictedListenerTKey, TValue type exposes the following members.

Methods

  NameDescription
Public methodEntryEvicted
Invoked when an entry is evicted.
Top
See Also

Reference