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 | |
---|---|---|
HostCacheStats() | Creates a new HostCacheStats object. |
Properties
Name | Description | |
---|---|---|
ItemCount | The number of items in the cache. |
|
MissCount | The number of cache misses for requested items that were not present in the cache. |
|
NamedCacheCount | The number of named caches. |
|
RegionCount | The number of regions. |
|
RequestCount | The total number of requests. |
|
Size | The size in bytes of cached items. |
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() | (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