NamedCacheStats Class
Updated: April 11, 2012
Stores cache statistics used in conjunction with the Get-CacheStatistics Windows PowerShell command.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | NamedCacheStats() | Creates a new NamedCacheStats object. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


