Click or drag to resize

EntryEvictedListenerTKey, TValueEntryEvicted Method

Invoked when an entry is evicted.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void EntryEvicted(
	EntryEvent<TKey, TValue> event
)

Parameters

event
Type: Hazelcast.CoreEntryEventTKey, TValue
entry event
Remarks
Invoked when an entry is evicted.
See Also