共用方式為


IOutputCacheStore 介面

定義

表示快取回應的存放區。

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

方法

EvictByTagAsync(String, CancellationToken)

依標記收回快取的回應。

GetAsync(String, CancellationToken)

如果指定索引鍵存在,則取得快取的回應。 如果指定的索引鍵沒有快取的回應,則會傳回 null

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

將指定的回應儲存在回應快取中。

適用於