Enables building debug cache.
Syntax
QX_UNL={any non-empty value}
Possible values
|
disables building of the debug cache |
|
|
1 |
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.
When you run applications via LyciaDesktop or LyciaWeb, including through LVSCE's Run as Web Application option, the 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