Hi,
I have written a custom workflow.
This workflow fetches some data and does some work. Now, this data is changed very rarely. So, I want to cache this data.
Caching this data on server is meaningless. How can we cache this data on client's system?






