NamedCacheStats Properties

 

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

NameDescription
System_CAPS_pubpropertyIncomingBandwidth

The total size in bytes of requests sent to the cache.

System_CAPS_pubpropertyItemCount

The number of items in the cache.

System_CAPS_pubpropertyMissCount

The number of cache misses for requested items that were not present in the cache.

System_CAPS_pubpropertyOutgoingBandwidth

The total size in bytes of responses sent from the cache.

System_CAPS_pubpropertyReadRequestCount

The number of read operations from the cache.

System_CAPS_pubpropertyRegionCount

The number of regions in the cache.

System_CAPS_pubpropertyRequestCount

The number of requests on the cache.

System_CAPS_pubpropertyRestRequestCount

System_CAPS_pubpropertySize

The size in bytes of the cache.

System_CAPS_pubpropertyWriteRequestCount

The number of write operations to the cache.

Return to top
Show: