IOutputCacheStore インターフェイス

定義

キャッシュされた応答のストアを表します。

public interface IOutputCacheStore
type IOutputCacheStore = interface
Public Interface IOutputCacheStore
派生

メソッド

EvictByTagAsync(String, CancellationToken)

キャッシュされた応答をタグで削除します。

GetAsync(String, CancellationToken)

指定されたキーのキャッシュされた応答 (存在する場合) を取得します。 指定されたキーに対してキャッシュされた応答が存在しない場合は、null が返されます。

SetAsync(String, Byte[], String[], TimeSpan, CancellationToken)

指定された応答を応答キャッシュに格納します。

適用対象