OutputCacheProviderAsync.AddAsync(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 de façon asynchrone l’entrée spécifiée dans le cache de sortie.
public:
abstract System::Threading::Tasks::Task<System::Object ^> ^ AddAsync(System::String ^ key, System::Object ^ entry, DateTime utcExpiry);
public abstract System.Threading.Tasks.Task<object> AddAsync (string key, object entry, DateTime utcExpiry);
abstract member AddAsync : string * obj * DateTime -> System.Threading.Tasks.Task<obj>
Public MustOverride Function AddAsync (key As String, entry As Object, utcExpiry As DateTime) As Task(Of Object)
Paramètres
- key
- String
Identificateur unique de l'entrée.
- entry
- Object
Contenu à ajouter au cache de sortie.
- utcExpiry
- DateTime
L’heure et la date auxquelles l'entrée mise en cache expire.
Retours
Entrée spécifiée.