OutputCacheProvider.Get(String) 方法

定义

返回对输出缓存中指定项的引用。

public:
 abstract System::Object ^ Get(System::String ^ key);
public abstract object Get (string key);
abstract member Get : string -> obj
Public MustOverride Function Get (key As String) As Object

参数

key
String

输出缓存中缓存项的唯一标识符。

返回

标识缓存中指定项的 key 值,如果指定项不在缓存中,则为 null

适用于