Determine the average number of milliseconds per "get" invocation that is a hit.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
public virtual double AverageHitMillis { get; }

Field Value

The average number of milliseconds per cache hit.

Implements

ICacheStatistics..::..AverageHitMillis

See Also