共用方式為


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

適用於