Microsoft.AspNetCore.OutputCaching 命名空間
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別
CacheVaryByRules |
表示依規則而有所不同。 |
OutputCacheAttribute |
指定在輸出快取中設定適當標頭所需的參數。 |
OutputCacheContext |
表示要求的目前快取內容。 |
OutputCacheOptions |
設定 Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware的選項。 |
OutputCachePolicyBuilder |
提供協助程式方法來建立自定義原則。 |
介面
IOutputCacheBufferStore |
表示使用 IBufferWriter<T> 做為目標之快取回應的存放區。 |
IOutputCacheFeature |
在 HTTP 回應上設定其他輸出快取選項的功能。 |
IOutputCachePolicy |
這個介面的實作可以更新目前要求快取的方式。 |
IOutputCacheStore |
表示快取回應的存放區。 |