Enum ScriptCacheProcessingMode
C#
public enum ScriptCacheProcessingMode
Fields
| Lazy | Specifies that the script cache should be after processing when resources are available. |
| Regular | Specifies that the script cache should be built during processing. |