RedisCache.Set(String, Byte[], DistributedCacheEntryOptions) Método

Definición

Establece un valor con la clave especificada.

public:
 virtual void Set(System::String ^ key, cli::array <System::Byte> ^ value, Microsoft::Extensions::Caching::Distributed::DistributedCacheEntryOptions ^ options);
public void Set (string key, byte[] value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options);
abstract member Set : string * byte[] * Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions -> unit
override this.Set : string * byte[] * Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions -> unit
Public Sub Set (key As String, value As Byte(), options As DistributedCacheEntryOptions)

Parámetros

key
String

Una cadena que identifica el valor solicitado.

value
Byte[]

El valor que se va a establecer en la caché.

options
DistributedCacheEntryOptions

Las opciones de caché para el valor.

Implementaciones

Se aplica a