HttpResponseBase.AddCacheItemDependency(String) 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.
Rend la validité d'une réponse mise en cache dépendante de l'élément spécifié dans le cache.
public:
virtual void AddCacheItemDependency(System::String ^ cacheKey);
public virtual void AddCacheItemDependency (string cacheKey);
abstract member AddCacheItemDependency : string -> unit
override this.AddCacheItemDependency : string -> unit
Public Overridable Sub AddCacheItemDependency (cacheKey As String)
Paramètres
- cacheKey
- String
Clé de l'élément dont dépend la réponse mise en cache.
Exceptions
Toujours.