Properties
| Name | Type | Description |
|---|---|---|
| cacheAllSafeRequests | boolean | |
| cacheByHeaders | array | |
| cacheResponseCodes | array | |
| controlTTLHeaderName | string | |
| enableUpstreamCacheControl | boolean | |
| enabled | boolean | |
| timeout | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Cache",
"type": "object",
"properties": {
"cacheAllSafeRequests": {
"type": "boolean"
},
"cacheByHeaders": {
"type": "array"
},
"cacheResponseCodes": {
"type": "array"
},
"controlTTLHeaderName": {
"type": "string"
},
"enableUpstreamCacheControl": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"timeout": {
"type": "integer"
}
}
}