HostCacheStats 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 | |
|---|---|---|
![]() | HostCacheStats() | Creates a new HostCacheStats object. |
| 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. |
| 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().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


