WebCache.Remove(String) 方法

定義

WebCache 物件中移除指定的專案。

public static dynamic Remove (string key);
static member Remove : string -> obj
Public Shared Function Remove (key As String) As Object

參數

key
String

要移除淤快取項目的識別項。

傳回

WebCache 物件中移除的專案。 如果找不到專案,則傳回 null。

適用於