HostCacheStats 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.HostCacheStats

Syntax

[DataContractAttribute]
public class HostCacheStats
[DataContractAttribute]
public ref class HostCacheStats 
[<DataContractAttribute>]
type HostCacheStats = class end
<DataContractAttribute>
Public Class HostCacheStats

Constructors

Name Description
System_CAPS_pubmethod HostCacheStats()

Creates a new HostCacheStats object.

Properties

Name Description
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 NamedCacheCount

The number of named caches.

System_CAPS_pubproperty RegionCount

The number of regions.

System_CAPS_pubproperty RequestCount

The total number of requests.

System_CAPS_pubproperty Size

The size in bytes of cached items.

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

(Overrides Object.ToString().)

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