How can I disable caching in shindig? I tried passing nocache=1 parameter in the request. It disabled shindig caching but added Pragma: no-cache and Cache-Control: no-cache to the response.
I don't want to disable browser caching but just shindig caching. What is the right way to do so.
Any thoughts? Ideas?