ObjectCache.GetCount Method (String)
.NET Framework (current version)
When overridden in a derived class, gets the total number of cache entries in the cache.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
Parameters
- regionName
-
Type:
System.String
Optional. A named region in the cache for which the cache entry count should be computed, if regions are implemented. The default value for the optional parameter is null.
Return Value
Type: System.Int64The number of cache entries in the cache. If regionName is not null, the count indicates the number of entries that are in the specified cache region.
.NET Framework
Available since 4.0
Available since 4.0
Show: