NamedCacheStats Class
Stores cache statistics used in conjunction with the Get-CacheStatistics Windows PowerShell command.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.ApplicationServer.Caching.NamedCacheStats
Syntax
[DataContractAttribute]
public class NamedCacheStats
[DataContractAttribute]
public ref class NamedCacheStats
[<DataContractAttribute>]
type NamedCacheStats = class end
<DataContractAttribute>
Public Class NamedCacheStats
Constructors
Name | Description | |
---|---|---|
NamedCacheStats() | Creates a new NamedCacheStats object. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ApplicationServer.Caching Namespace
Return to top