MemoryCache.Contains(String, String) 方法

定義

判斷快取項目是否存在於快取中。

public override bool Contains (string key, string regionName = default);
override this.Contains : string * string -> bool
Public Overrides Function Contains (key As String, Optional regionName As String = Nothing) As Boolean

參數

key
String

要搜尋之快取項目的唯一識別項。

regionName
String

快取區中的具名區域,已將快取項目加入其中。 請勿傳遞這個參數的值。 這個參數預設為 null,因為 MemoryCache 類別沒有實作區域。

傳回

Boolean

如果快取包含索引鍵符合 key 的快取項目,則為 true,否則為 false

例外狀況

keynull

regionName 不是 null

適用於