Defines the path for the application cache.
This variable must be set in two places: for the deployment (settings.json) and for the runtime (inet.env).
Syntax
QX_ROOT_OBJECT_CACHE_PATH=<path to folder>
Usage and examples
Configuration in the settings.json file:
...
"lycia.buildOperations: DefaultBuildEnvironment": [
{"name": "QX_ROOT_OBJECT_CACHE_PATH","value": "/opt/Querix/Lycia/progs/program_1/"}
],
...
Configuration in inet.env file:
QX_ROOT_OBJECT_CACHE_PATH=/opt/Querix/Lycia/progs/program_1/