다음을 통해 공유


IBufferDistributedCache.Set 메서드

정의

캐시 항목을 설정하거나 덮어씁니다.

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)

매개 변수

key
String

만들 항목의 키입니다.

value
ReadOnlySequence<Byte>

이 캐시 항목의 값입니다.

options
DistributedCacheEntryOptions

항목에 대한 캐시 옵션입니다.

설명

이는 Set(String, Byte[], DistributedCacheEntryOptions)기능적으로 유사하지만 배열 할당을 방지합니다.

적용 대상