Hi, I was testing our I/O caching and it seems it stopped working , we
are always getting a X-Cache: CONFIG_CACHE response header (which was
not there before) and this results in the x-gw-cache always being a MISS
although the cache-control header states max-age=300.We tested it via
both browser and postman after unchecking the disable cache checkbox.
Also we made sure that the request is a GET request and not
POST.Everything was working fine since long time as you can see below
But now, its alw...