| IEntryViewTKey, TValueGetHits Method |
Returns number of hits of the entry.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax abstract GetHits : unit -> int64
Return Value
Type:
Int64hits
Remarks
Returns number of hits of the entry.
Warning:
This method returns -1 if statistics is not enabled.
See Also