Client-Cache max age
Defines how long server responses may be cached.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::CLIENT_CACHE_MAX_AGE |
Category |
Webserver |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
integer |
Minimum |
0 |
Default value |
0 |
JSON Schema
{
"category": "CATEGORY_WEBSERVER",
"configDescription": "DESC_CLIENT_CACHE_MAX_AGE",
"default": 0,
"displayClass": "seconds",
"minimum": 0,
"propertyOrder": 14,
"type": "integer"
}