IDistributedCache.Get(String) メソッド

定義

指定したキーを使用して値を取得します。

public:
 cli::array <System::Byte> ^ Get(System::String ^ key);
public byte[] Get (string key);
public byte[]? Get (string key);
abstract member Get : string -> byte[]
Public Function Get (key As String) As Byte()

パラメーター

key
String

要求された値を識別する文字列。

戻り値

Byte[]

見つかった値または null。

適用対象