OutputCacheSection.EnableOutputCache Property
.NET Framework 3.0
Gets or sets a value indicating whether the output cache is enabled.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_EnableOutputCache () /** @property */ public void set_EnableOutputCache (boolean value)
public function get EnableOutputCache () : boolean public function set EnableOutputCache (value : boolean)
Not applicable.
Property Value
true if the output cache is enabled; otherwise, false. The default is true.If the EnableFragmentCache property is set to false, no page is cached on the server, regardless of the settings in @ OutputCache directive or caching profile used by the page. For more information, see OutputCacheSettingsSection and OutputCacheProfile.