How can I use populate cache in Hosted Target

- Can I use populate cache in Hosted Target?

- I am using res.send() in .js (under hosted) which works fine, it returns JSON object. I want to cache them as key value pair.

0 1 103
1 REPLY 1

You can't use populate cache inside a hosted target, but you can read the hosted target's response in the Target Response flow and call populate cache there.