What's the best way to prevent caching of a GET response to a single URI?
I tried adding taffy_cache="false" to the component, but it didn't seem to make any difference.
My approach was to generate Pragma, Cache-Control, Last-Modified and Expires headers and return them using the withHeaders() method and, while it works, I thought there might be something else available.