Defines a custom path for the application cache.
For LVSCE, this variable must be set in two places: for the deployment (settings.json) and for the runtime (inet.env).
For LyciaStudio, this variable must be set in the following places: for the deployment (env.properties) and for the runtime (inet.env). For the variables set in the env.properties file to take effect, restart the Studio after you set the variable.
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/