Enum ScriptCacheProcessingMode
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum ScriptCacheProcessingMode
Fields
Fields | Description |
---|---|
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. |