Link example: https://enterprise.apigee.com/platform/tn/environments/test/caches
Is it possible to see what values cache contains?
Solved! Go to Solution.
You can use LookUpCache policy to retrieve cache data, Retrieved data will be assigned to flow variable which you can print using javascript policy & see same in trace console.
Keep us posted if you see any issues while implementing same.
You can use LookUpCache policy to retrieve cache data, Retrieved data will be assigned to flow variable which you can print using javascript policy & see same in trace console.
Keep us posted if you see any issues while implementing same.