Syntax
| C# |
|---|
public sealed class CacheStatistics |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class CacheStatistics |
| Visual C++ |
|---|
public ref class CacheStatistics sealed |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| LastAccessedTime |
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.
| |
| LastModifiedTime |
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.
|
See Also
GemStone.GemFire.Cache Namespace