RequestCachingSection::DisableAllCaching Property
.NET Framework (current version)
Gets or sets a Boolean value that enables caching on the local computer.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("disableAllCaching", DefaultValue = false)] property bool DisableAllCaching { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if caching is disabled on the local computer; otherwise, false.
If this configuration attribute is set to true in any configuration file, caching is disabled globally, and all other cache related settings are ignored. In addition, caching cannot be enabled programmatically.
.NET Framework
Available since 2.0
Available since 2.0
Show: