SharePoint Caching Techniques
Controlling the Client (Browser) Cache In any web application caching can be both a benefit and a burden. We use caching to serve pages and objects repeatedly without having to use resources to re-render items that have been previously been processed. There are also times when reprocessing of previously rendered items is desired because either…