MemoryDistributedCache.Set Metódus

Definíció

A megadott elemet bájttömbként állítja be egy IMemoryCache kulcshoz.

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)

Paraméterek

key
String

A beállítani kívánt elem kulcsa.

value
Byte[]

A beállítandó elem bájttömbértéke.

options
DistributedCacheEntryOptions

A beállítani kívánt elem gyorsítótárazási beállításai.

Megvalósítás

A következőre érvényes: