Click or drag to resize

IEntryViewTKey, TValueGetLastAccessTime Method

Returns the last access time to the entry.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
long GetLastAccessTime()

Return Value

Type: Int64
last access time
Remarks
Returns the last access time to the entry.

Warning:

This method returns -1 if statistics is not enabled.

See Also