OutputCacheProviderAsync.SetAsync(String, Object, DateTime) 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.
Insère en mode asynchrone l’entrée spécifiée dans le cache de sortie, en remplaçant l’entrée si elle est déjà mise en cache.
public:
abstract System::Threading::Tasks::Task ^ SetAsync(System::String ^ key, System::Object ^ entry, DateTime utcExpiry);
public abstract System.Threading.Tasks.Task SetAsync (string key, object entry, DateTime utcExpiry);
abstract member SetAsync : string * obj * DateTime -> System.Threading.Tasks.Task
Public MustOverride Function SetAsync (key As String, entry As Object, utcExpiry As DateTime) As Task
Paramètres
- key
- String
Identificateur unique pour entry
.
- entry
- Object
Contenu à ajouter au cache de sortie.
- utcExpiry
- DateTime
L’heure et la date auxquelles la mise en cache entry
expire.
Retours
État de l'opération.