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
System_CAPS_pubmethod NamedCacheStats()

Creates a new NamedCacheStats object.

Properties

Name Description
System_CAPS_pubproperty IncomingBandwidth

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

System_CAPS_pubproperty ItemCount

The number of items in the cache.

System_CAPS_pubproperty MissCount

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

System_CAPS_pubproperty OutgoingBandwidth

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

System_CAPS_pubproperty ReadRequestCount

The number of read operations from the cache.

System_CAPS_pubproperty RegionCount

The number of regions in the cache.

System_CAPS_pubproperty RequestCount

The number of requests on the cache.

System_CAPS_pubproperty RestRequestCount

System_CAPS_pubproperty Size

The size in bytes of the cache.

System_CAPS_pubproperty WriteRequestCount

The number of write operations to the cache.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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