IDistributedCache.Get(String) Method

Definition

Gets a value with the given key.

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()

Parameters

key
String

A string identifying the requested value.

Returns

Byte[]

The located value or null.

Applies to