RequestCachingSection.DisableAllCaching Eigenschap

Definitie

Hiermee haalt u een Booleaanse waarde op die caching op de lokale computer mogelijk maakt.

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

Waarde van eigenschap

true als caching is uitgeschakeld op de lokale computer; anders, false.

Kenmerken

Opmerkingen

Als dit configuratiekenmerk is ingesteld true op in een configuratiebestand, wordt caching globaal uitgeschakeld en worden alle andere cache-gerelateerde instellingen genegeerd. Bovendien kan caching niet programmatisch worden ingeschakeld.

Van toepassing op