Share via


RequestCachingSection.DisableAllCaching Propiedad

Definición

Obtiene o establece un valor booleano que habilita el almacenamiento en caché en el equipo 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

Valor de propiedad

Es true si el almacenamiento en caché está deshabilitado en el equipo local; en caso contrario, es false.

Atributos

Comentarios

Si este atributo de configuración se establece true en en cualquier archivo de configuración, el almacenamiento en caché está deshabilitado globalmente y se omiten todas las demás opciones relacionadas con la memoria caché. Además, el almacenamiento en caché no se puede habilitar mediante programación.

Se aplica a