WebCache.Get(String) 方法

定义

WebCache 对象检索指定项。

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

参数

key
String

要检索的缓存项的标识符。

返回

从缓存中检索到的项;如果未找到该项,则为 null。

适用于