Tyk · Example Payload

Tyk Gateway Cache Options Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Cache Options Example is an example object payload from Tyk, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cache_all_safe_requestscache_by_headerscache_control_ttl_headercache_response_codescache_timeoutenable_cacheenable_upstream_cache_control

Example Payload

Raw ↑
{
  "cache_all_safe_requests": true,
  "cache_by_headers": [],
  "cache_control_ttl_header": "example_value",
  "cache_response_codes": [],
  "cache_timeout": 10,
  "enable_cache": true,
  "enable_upstream_cache_control": true
}