IEntryViewTKey, TValue InterfaceHazelcast .Net Client Class Library
IEntryView represents a readonly view of a map entry.

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

public interface IEntryView<TKey, TValue>

Type Parameters

TKey
TValue

The IEntryViewTKey, TValue type exposes the following members.

Methods

  NameDescription
Public methodGetCost
Returns the cost (in bytes) of the entry.
Public methodGetCreationTime
Returns the creation time of the entry.
Public methodGetExpirationTime
Returns the expiration time of the entry.
Public methodGetHits
Returns number of hits of the entry.
Public methodGetKey
Returns the key of the entry.
Public methodGetLastAccessTime
Returns the last access time to the entry.
Public methodGetLastStoredTime
Returns the last time value is flushed to mapstore.
Public methodGetLastUpdateTime
Returns the last time value is updated.
Public methodGetValue
Returns the value of the entry.
Public methodGetVersion
Returns the version of the entry
Top
See Also

Reference