IEntryView represents a readonly view of a map entry.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
Type Parameters
- TKey
- TValue
The IEntryViewTKey, TValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCost | Returns the cost (in bytes) of the entry. | |
GetCreationTime | Returns the creation time of the entry. | |
GetExpirationTime | Returns the expiration time of the entry. | |
GetHits | Returns number of hits of the entry. | |
GetKey | Returns the key of the entry. | |
GetLastAccessTime | Returns the last access time to the entry. | |
GetLastStoredTime | Returns the last time value is flushed to mapstore. | |
GetLastUpdateTime | Returns the last time value is updated. | |
GetValue | Returns the value of the entry. | |
GetVersion | Returns the version of the entry |
See Also