ScriptCacheProcessingMode Enumeration
Script Cache Processing Mode determines the time at which the script information is cached, either during processing or after processing as a background job.
Enumeration Values
Name | Summary |
---|---|
Regular | Specifies that the script cache should be built during processing. |
Lazy | Specifies that the script cache should be after processing when resources are available. |