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 を返します。

適用対象