Click or drag to resize
CacheStatistics Class

Note: This API is now obsolete.

Defines common statistical information for both the region and its entries.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CacheStatistics>]
    GemStone.GemFire.CacheCacheStatistics

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class CacheStatistics : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CacheStatistics>]

The CacheStatistics type exposes the following members.

Properties
  NameDescription
Public propertyLastAccessedTime
For an entry, returns the last time it was accessed via Region.Get. For a region, returns the last time any of its entries or the entries of its subregions were accessed with Region.Get.
Public propertyLastModifiedTime
For an entry, returns the time that the entry's value was last modified. For a region, returns the last time any of the region's entries' values or the values in subregions' entries were modified.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
All of these methods may throw a CacheClosedException, RegionDestroyedException, or EntryDestroyedException.
See Also

Reference

[!:Region.Statistics]
[!:RegionEntry.Statistics]