Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determine the rough number of cache pruning cycles since the cache statistics were last reset.

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

Syntax

C#
public long CachePrunes { get; }

Field Value

The total number of cache pruning cycles (since that last statistics reset).

Implements

ICacheStatistics..::.CachePrunes

Remarks

For the LocalCache implementation, this refers to the number of times that the prune() method is executed.

See Also