RequestCachingSection.DisableAllCaching Propriété
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.
Obtient ou définit une valeur Boolean qui active la mise en cache sur l'ordinateur local.
public:
property bool DisableAllCaching { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("disableAllCaching", DefaultValue=false)]
public bool DisableAllCaching { get; set; }
[<System.Configuration.ConfigurationProperty("disableAllCaching", DefaultValue=false)>]
member this.DisableAllCaching : bool with get, set
Public Property DisableAllCaching As Boolean
Valeur de propriété
true
si la mise en cache est désactivée sur l'ordinateur local ; sinon false
.
- Attributs
Remarques
Si cet attribut de configuration est défini sur true
dans n’importe quel fichier de configuration, la mise en cache est désactivée globalement et tous les autres paramètres liés au cache sont ignorés. En outre, la mise en cache ne peut pas être activée par programmation.