IOutputCachePolicy.ServeFromCacheAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.