SharePoint caching and CacheDependency
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 4 people (-1 private), first by anonymouse user on 2008-09-24
- Ejwettstein on 2009-06-17 - Tags sharepoint , caching
- Musiki on 2008-10-07 - Tags sharepoint , custom , caching
- Gr33ng1ant on 2008-10-07 - Tags SharePoint
- Jthake on 2008-09-24 - Tags sharepoint , caching , performance , api , development , script
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


Public Comment