Showing posts with label Cache. Show all posts
Showing posts with label Cache. Show all posts

Tuesday, August 5, 2008

How we can work with output cache programmatically ?

not only cache policy can be created programatically, you can configure it too. more details here

Monday, August 4, 2008

Using Post Caching Substitution in SharePoint 2007 Web Parts

there are scenarios where you might want to implement output caching on your site/page, but have some controls (Web Parts, User Control) excluded from caching so that they dynamically have their content updated on every request.


more details