Bagikan melalui


IBufferDistributedCache.Set Metode

Definisi

Mengatur atau menimpa item cache.

public:
 void Set(System::String ^ key, System::Buffers::ReadOnlySequence<System::Byte> value, Microsoft::Extensions::Caching::Distributed::DistributedCacheEntryOptions ^ options);
public void Set (string key, System.Buffers.ReadOnlySequence<byte> value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options);
abstract member Set : string * System.Buffers.ReadOnlySequence<byte> * Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions -> unit
Public Sub Set (key As String, value As ReadOnlySequence(Of Byte), options As DistributedCacheEntryOptions)

Parameter

key
String

Kunci entri yang akan dibuat.

value
ReadOnlySequence<Byte>

Nilai untuk entri cache ini.

options
DistributedCacheEntryOptions

Opsi cache untuk entri.

Keterangan

Ini secara fungsional mirip dengan Set(String, Byte[], DistributedCacheEntryOptions), tetapi menghindari alokasi array.

Berlaku untuk