ScriptCacheProcessingMode Enum
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.
Specifies an enumeration of script cache processing.
public enum ScriptCacheProcessingMode
type ScriptCacheProcessingMode =
Public Enum ScriptCacheProcessingMode
- Inheritance
-
ScriptCacheProcessingMode
Fields
Name | Value | Description |
---|---|---|
Regular | 0 | Builds the script cache during processing. |
Lazy | 1 | Builds the script cache after processing. |