Hi
Need help , i’m unable to solve the issue.
Created one proxy to invalidate the cache data, how can i check programmatically whether cached data is deleted or not.
Below are the steps:
- Created Response cache with the following code:
- Get the cached data using Lookup Cache Policy:
- Tried to get the Cached data using element and print the value in JavaScript, but unable to get the value and print the value. Null value is coming in the output.
var ProductsData = context.getVariable(“flowVar”);
print("Got The Data: " + ProductsData);