Skip to main content

SharePoint caching and CacheDependency

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 4 people (-1 private), first by anonymouse user on 2008-09-24


Public Sticky notes

One of the things that can really help the performance of your site is caching. Going to the SharePoint database for every request to retrieve a file can be very expensive, particularly if once the file has been retrieved you need to process it further. Its a good idea to cache that file (or the processed results), using the standard

Highlighted by ejwettstein