Click or drag to resize
CacheStatistics Properties

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
See Also