Enables building debug cache.
Syntax
QX_UNL={any non-empty value}
Possible values
disables building of the debug cache |
|
definedvariable is set with any non-empty value or 0 |
enables the building of the debug cache |
Usage and examples
Debug cache (also known as UNL cache) is the object_cache optimized for debugging purpose.
Release cache is the object_cache optimized for maximum runtime performance.
Debug cache is always used when you run, debug, or deploy applications from LyciaStudio.
In other cases, release cache is used.
QX_UNL applies at deployment and runtime.
There are two ways to enable the debug cache:
by defining QX_UNL with any non-empty value (though we recommend setting it to 1) in inet.env (for runtime) and environ.bat (for command line environment):
QX_UNL=1
by adding the --unl flag to the qrun command:
qrun --unl