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。

适用于