Daniel_Gonzale1
Nov 05, 2014Nimbostratus
RAM Cache and POST Requests
Is it possible to store responses to POST requests in RAM Cache using the URI and body as keys?
Let's say I have a resource
/deals
that consumes a json body containing details of a product and returns the available deals for such product. This request doesn't modify any data in my backend.
Should I use an IRule to do this?
Thanks in advance!