How can I check the content of cache

Link example: https://enterprise.apigee.com/platform/tn/environments/test/caches

Is it possible to see what values cache contains?

@Oleksandr Skoryi ,

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.

2 Likes