HostCacheStats Properties

 

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

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.

See Also

HostCacheStats Class
Microsoft.ApplicationServer.Caching Namespace

Return to top