IOutputCacheStore.SetAsync 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.
Stocke la réponse donnée dans le cache de réponse.
public System.Threading.Tasks.ValueTask SetAsync (string key, byte[] value, string[]? tags, TimeSpan validFor, System.Threading.CancellationToken cancellationToken);
abstract member SetAsync : string * byte[] * string[] * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask
Public Function SetAsync (key As String, value As Byte(), tags As String(), validFor As TimeSpan, cancellationToken As CancellationToken) As ValueTask
Paramètres
- key
- String
Clé de cache sous laquelle stocker la réponse.
- value
- Byte[]
Entrée du cache de réponse à stocker.
- tags
- String[]
Balises associées à l’entrée du cache à stocker.
- validFor
- TimeSpan
Durée pendant laquelle l’entrée sera conservée dans le cache avant l’expiration, par rapport à maintenant.
- cancellationToken
- CancellationToken
Indique que l’opération doit être annulée.