MemoryCache.GetCount Method (String)
.NET Framework (current version)
Returns the total number of cache entries in the cache.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
Parameters
- regionName
-
Type:
System.String
A named region in the cache to which a cache entry was added. Do not pass a value for this parameter. This parameter is null by default, because the MemoryCache class does not implement regions.
| Exception | Condition |
|---|---|
| NotSupportedException | regionName is not null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: