Partager via


IOutputCachePolicy.ServeFromCacheAsync Méthode

Définition

Met à jour la OutputCacheContext avant l’utilisation de la réponse mise en cache. À ce stade, l’actualisation de la réponse mise en cache peut être mise à jour.

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

Paramètres

context
OutputCacheContext

Contexte de cache de la requête actuelle.

cancellation
CancellationToken

Jeton à surveiller pour les demandes d’annulation.

Retours

S’applique à