RedisCache.Get(String) Metodo

Definizione

Ottiene un valore con la chiave specificata.

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

Parametri

key
String

Stringa che identifica il valore richiesto.

Restituisce

Byte[]

Valore individuato o null.

Implementazioni

Si applica a