Condividi tramite


IOutputCachePolicy.ServeResponseAsync Metodo

Definizione

Aggiorna il OutputCacheContext prima che venga servita la risposta e possa essere memorizzata nella cache. A questo punto è possibile aggiornare la cache della risposta.

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

Parametri

context
OutputCacheContext

Contesto della cache della richiesta corrente.

cancellation
CancellationToken

Token da monitorare per le richieste di annullamento.

Restituisce

Si applica a