IDistributedCache.Set(String, Byte[], DistributedCacheEntryOptions) メソッド

定義

指定したキーを使用して値を設定します。

public:
 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
Public Sub Set (key As String, value As Byte(), options As DistributedCacheEntryOptions)

パラメーター

key
String

要求された値を識別する文字列。

value
Byte[]

キャッシュ内に設定する値。

options
DistributedCacheEntryOptions

値のキャッシュ オプション。

適用対象