ObjectCache.GetCount(String) Method

Definition

When overridden in a derived class, gets the total number of cache entries in the cache.

public abstract long GetCount (string regionName = default);
abstract member GetCount : string -> int64
Public MustOverride Function GetCount (Optional regionName As String = Nothing) As Long

Parameters

regionName
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.

Returns

The 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.

Applies to