IOutputCacheStore 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示快取回應的存放區。
public interface IOutputCacheStore
type IOutputCacheStore = interface
Public Interface IOutputCacheStore
- 衍生
方法
EvictByTagAsync(String, CancellationToken) |
依標記收回快取的回應。 |
GetAsync(String, CancellationToken) |
如果指定索引鍵存在,則取得快取的回應。
如果指定的索引鍵沒有快取的回應,則會傳回 |
SetAsync(String, Byte[], String[], TimeSpan, CancellationToken) |
將指定的回應儲存在回應快取中。 |