How can I check the content of cache

Not applicable

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

Is it possible to see what values cache contains?

Solved Solved
0 1 1,092
1 ACCEPTED SOLUTION

@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.

View solution in original post

1 REPLY 1

@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.