Set global cache for API

Hi @Gregor, thank you for the fast response.
It is just what I have done, I show you an example:
“cache_options”: {
“cache_timeout”: 60,
“enable_cache”: true,
"cache_all_safe_requests": true,
“enable_upstream_cache_control”: false,
“cache_by_headers”: [],
“cache_response_codes”: [
200
]
}

But it doesn’t work, I use two OAUTH clients for the same API and create two caches.
How can configure to have only one global cache?.

If you look at the Date parameter of the header it generates two different dates for two different OAUTH clients, so the global cache does not seem to work.

Thanks, JG