MemoryDistributedCache.Set Metoda

Definice

Nastaví zadanou položku přidruženou k klíči IMemoryCache v bajtovém poli.

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

Klíč položky, kterou chcete nastavit.

value
Byte[]

Bajtová maticová hodnota položky, kterou chcete nastavit.

options
DistributedCacheEntryOptions

Možnosti mezipaměti pro položku, která se má nastavit.

Implementuje

Platí pro