IOutputCachePolicy.CacheRequestAsync Methode

Definition

Aktualisiert die OutputCacheContext, bevor die Cache-Middleware aufgerufen wird. An diesem Punkt kann die Cache-Middleware für die Anforderung weiterhin aktiviert oder deaktiviert werden.

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

Parameter

context
OutputCacheContext

Der Cachekontext der aktuellen Anforderung.

cancellation
CancellationToken

Das Token, das auf Abbruchanforderungen überwacht werden soll.

Gibt zurück

Gilt für: