IOutputCacheBufferStore 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示使用 IBufferWriter<T> 做為目標之快取回應的存放區。
public interface IOutputCacheBufferStore : Microsoft.AspNetCore.OutputCaching.IOutputCacheStore
type IOutputCacheBufferStore = interface
interface IOutputCacheStore
Public Interface IOutputCacheBufferStore
Implements IOutputCacheStore
- 實作
方法
EvictByTagAsync(String, CancellationToken) |
依標記收回快取的回應。 (繼承來源 IOutputCacheStore) |
GetAsync(String, CancellationToken) |
如果指定索引鍵存在,則取得快取的回應。
如果指定的索引鍵沒有快取的回應,則會傳回 |
SetAsync(String, Byte[], String[], TimeSpan, CancellationToken) |
將指定的回應儲存在回應快取中。 (繼承來源 IOutputCacheStore) |
SetAsync(String, ReadOnlySequence<Byte>, ReadOnlyMemory<String>, TimeSpan, CancellationToken) |
將指定的回應儲存在回應快取中。 |
TryGetAsync(String, PipeWriter, CancellationToken) |
如果指定索引鍵存在,則取得快取的回應。
如果指定的索引鍵沒有快取的回應,則會傳回 |