IBufferDistributedCache インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
低い割り当てデータ転送をサポートするシリアル化された値の分散キャッシュを表します。
public interface class IBufferDistributedCache : Microsoft::Extensions::Caching::Distributed::IDistributedCache
public interface IBufferDistributedCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache
type IBufferDistributedCache = interface
interface IDistributedCache
Public Interface IBufferDistributedCache
Implements IDistributedCache
- 派生
- 実装
メソッド
拡張メソッド
GetString(IDistributedCache, String) |
指定したキーを持つ指定したキャッシュから文字列を取得します。 |
GetStringAsync(IDistributedCache, String, CancellationToken) |
指定したキーを使用して、指定したキャッシュから文字列を非同期的に取得します。 |
Set(IDistributedCache, String, Byte[]) |
指定したキーを使用して、指定したキャッシュ内のバイト シーケンスを設定します。 |
SetAsync(IDistributedCache, String, Byte[], CancellationToken) |
指定したキーを使用して、指定したキャッシュ内のバイト シーケンスを非同期に設定します。 |
SetString(IDistributedCache, String, String) |
指定したキーを使用して、指定したキャッシュ内の文字列を設定します。 |
SetString(IDistributedCache, String, String, DistributedCacheEntryOptions) |
指定したキーを使用して、指定したキャッシュ内の文字列を設定します。 |
SetStringAsync(IDistributedCache, String, String, DistributedCacheEntryOptions, CancellationToken) |
指定したキーを使用して、指定したキャッシュ内の文字列を非同期に設定します。 |
SetStringAsync(IDistributedCache, String, String, CancellationToken) |
指定したキーを使用して、指定したキャッシュ内の文字列を非同期に設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET