AIO Runtime Caching Configuration- With Cache-Control Header is not working
I am willing to configure caching for my IO Runtime action using the Cache Control Header - Cache-Control:max-age=1800.
Although the header is coming up in response, but the action is not hitting the cache on subsequent calls.
Also the header X-Cache is CONFIG_NOCACHE , which signifies that Caching has not been configured from Azure CDN (Note that IO runtime is internally leveraging MS Azure)
Is there any thing else that needs to configured for this to work?
Below are the cache related headers which I am currently getting as part of IO Action response:
Cache-Control: max-age=1800
X-Cache:CONFIG_NOCACHE
x-gw-cache:BYPASS
Thanks and regards,
Ronit Banerjee.
