共用方式為


IOutputCachePolicy.ServeFromCacheAsync 方法

定義

使用快取的回應之前,更新 OutputCacheContext。 此時可以更新快取回應的新鮮度。

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

參數

context
OutputCacheContext

目前要求的快取內容。

cancellation
CancellationToken

要監視取消要求的令牌。

傳回

適用於