Enable cache
If enabled, the web-server stores frequently requested data such as web pages, images, and similar media content in RAM to improve response times.
General Information
|
Domain |
TcHmiSrv |
|
Full symbol path |
TcHmiSrv.Config::CACHEENABLED |
|
Category |
Webserver |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
boolean |
|
Default value |
True |
JSON Schema
{
"category": "CATEGORY_WEBSERVER",
"default": true,
"description": "DESC_CACHEENABLED",
"propertyOrder": 3,
"type": "boolean"
}