CompilationSection.EnablePrefetchOptimization Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether an ASP.NET application can take advantage of Windows 8 prefetch functionality.
public:
property bool EnablePrefetchOptimization { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enablePrefetchOptimization", DefaultValue=false)]
public bool EnablePrefetchOptimization { get; set; }
[<System.Configuration.ConfigurationProperty("enablePrefetchOptimization", DefaultValue=false)>]
member this.EnablePrefetchOptimization : bool with get, set
Public Property EnablePrefetchOptimization As Boolean
Property Value
true
if an ASP.NET application can take advantage of Windows 8 prefetch functionality; otherwise, false
. The default is false
.
- Attributes
Remarks
Prefetch is a utility that is intended to improve application startup performance by loading application data into memory before it is demanded .
Note
The Windows 8 prefetch service must be configured and running for this setting to be effective.