Enables Tiered Caching.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_value", "title": "cache_value", "description": "Enables Tiered Caching.", "enum": [ "on", "off" ], "example": "on", "type": "string" }