Map Entry listener to get notified when a map entry
is added, removed, updated or evicted.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
Type Parameters
- TKey
- TValue
The IEntryListenerTKey, TValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
EntryAdded | Invoked when an entry is added. | |
EntryEvicted | Invoked when an entry is evicted. | |
EntryRemoved | Invoked when an entry is removed. | |
EntryUpdated | Invoked when an entry is updated. | |
MapCleared | Invoked when all entries are removed. | |
MapEvicted | Invoked when all entries are evicted. |
Remarks
See Also