...
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ <header_name>: <header_value> } |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
disable <boolean> - do not cache content
consider_args <boolean> - use querystring while cache process
valid <json> - time of caching
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
2xx <string> - cache ttl for 2xx response codes
3xx <string> - cache ttl for 3xx response codes
4xx <string> - cache ttl for 4xx response codes
5xx <string> - cache ttl for 5xx response codes
force <boolean> - force cache update on clientside
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
expires <integer> - expire cache time
} |