共用方式為


IOutputCachePolicy.ServeResponseAsync 方法

定義

在提供回應之前更新 OutputCacheContext,而且可以快取。 此時可以更新回應的可快取性。

public System.Threading.Tasks.ValueTask ServeResponseAsync (Microsoft.AspNetCore.OutputCaching.OutputCacheContext context, System.Threading.CancellationToken cancellation);
abstract member ServeResponseAsync : Microsoft.AspNetCore.OutputCaching.OutputCacheContext * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask
Public Function ServeResponseAsync (context As OutputCacheContext, cancellation As CancellationToken) As ValueTask

參數

context
OutputCacheContext

目前要求的快取內容。

cancellation
CancellationToken

要監視取消要求的令牌。

傳回

適用於