Click or drag to resize

IEntryViewTKey, TValueGetLastStoredTime Method

Returns the last time value is flushed to mapstore.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
long GetLastStoredTime()

Return Value

Type: Int64
last store time
Remarks
Returns the last time value is flushed to mapstore.

Warning:

This method returns -1 if statistics is not enabled.

See Also