IEntryViewK, VGetHits Method Hazelcast .Net Client Class Library
Returns number of hits of the entry.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

long GetHits()

Return Value

Type: Int64
hits
Remarks

Returns number of hits of the entry.

Warning:

This method returns -1 if statistics is not enabled.

See Also

Reference