NamedCacheStats Properties
Namespace:
Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | IncomingBandwidth | The total size in bytes of requests sent to the cache. |
![]() | ItemCount | The number of items in the cache. |
![]() | MissCount | The number of cache misses for requested items that were not present in the cache. |
![]() | OutgoingBandwidth | The total size in bytes of responses sent from the cache. |
![]() | ReadRequestCount | The number of read operations from the cache. |
![]() | RegionCount | The number of regions in the cache. |
![]() | RequestCount | The number of requests on the cache. |
![]() | RestRequestCount | |
![]() | Size | The size in bytes of the cache. |
![]() | WriteRequestCount | The number of write operations to the cache. |
Show:
