CacheStoreProvider.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

键。

返回

Object

如果存在,则为缓存中的指定项;否则为 null

适用于