Below is the use case,
I have an API proxy with 5 different resources of GET method. I would like to attache response cache policy to only on resource in same API proxy. Is it possible ?
Documentation says, Response cache policy can be attached only to preFlow & postFlow but not conditional flow. In that case i cannot implement above use case. Is it a doc error ? Or above use case is not possible ?
Solved! Go to Solution.
Hi @Anil Sagar - I have definitely implemented ResponseCache policy in conditional flow before. It works 100%. I guess the docs need updated.
cc @Floyd Jones