NamedCacheStats.MissCount Property
The number of cache misses for requested items that were not present in the cache.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public long MissCount { get; set; }
public:
property long long MissCount {
long long get();
void set(long long value);
}
member MissCount : int64 with get, set
Public Property MissCount As Long
Property Value
Type: System.Int64
Returns Int64.
See Also
NamedCacheStats Class
Microsoft.ApplicationServer.Caching Namespace
Return to top