ScriptingScriptResourceHandlerSection.EnableCaching Property

Definition

Gets or sets whether caching is enabled for script files that are embedded as resources in an assembly.

[System.Configuration.ConfigurationProperty("enableCaching", DefaultValue=true)]
public bool EnableCaching { get; set; }

Property Value

true if caching is enabled for script files that are embedded as resources in an assembly; otherwise, false. The default is true.

Attributes

Remarks

The EnableCaching property gets or sets the value for caching the results of the embedded script file, for caching any potential localization objects, and for caching scripts.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1