Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

Syntax

C#
public virtual 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