MemoryCache.GetCount(String) 方法

定义

返回缓存中的缓存项总数。

public override long GetCount (string regionName = default);
override this.GetCount : string -> int64
Public Overrides Function GetCount (Optional regionName As String = Nothing) As Long

参数

regionName
String

缓存中的一个添加了缓存项的命名区域。 不要为该参数传递值。 默认情况下,此参数为null,因为 MemoryCache 类未实现区域。

返回

缓存中的项数。

例外

regionName 不是 null

适用于