Condividi tramite


IOutputCachePolicy.ServeFromCacheAsync Metodo

Definizione

Aggiorna il OutputCacheContext prima che venga usata la risposta memorizzata nella cache. A questo punto è possibile aggiornare l'aggiornamento della risposta memorizzata nella cache.

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

Parametri

context
OutputCacheContext

Contesto della cache della richiesta corrente.

cancellation
CancellationToken

Token da monitorare per le richieste di annullamento.

Restituisce

Si applica a