RedisCache.Get(String) Metoda

Definicja

Pobiera wartość z danym kluczem.

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

Parametry

key
String

Ciąg identyfikujący żądaną wartość.

Zwraca

Byte[]

Zlokalizowana wartość lub null.

Implementuje

Dotyczy