Click or drag to resize
RegionEntryStatistics Property
Returns the statistics for this entry.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CacheStatistics Statistics { get; }

Return Value

Type: CacheStatistics
the CacheStatistics for this entry
Exceptions
ExceptionCondition
StatisticsDisabledException if statistics have been disabled for this region
See Also