RedisCache.Set(String, Byte[], DistributedCacheEntryOptions) Metoda

Definice

Nastaví hodnotu s daným klíčem.

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)

Parametry

key
String

Řetězec identifikující požadovanou hodnotu.

value
Byte[]

Hodnota, která se má nastavit v mezipaměti.

options
DistributedCacheEntryOptions

Možnosti mezipaměti pro hodnotu.

Implementuje

Platí pro