Static Page Caching WAS 5
We have a need for caching a static page at server side so that it can be utilized by the client and also by a service being called by other processes. The data in the static page rarely changes but if it does there needs to be a mechanism to update it and then serve the requests with the updated data.
I have seen various approches of WAS plugin (ESI) and also File Server Enabler but I am looking for a more optimized approach involving less administrative work.
Thanks.

