Monday, July 19, 2004

VJs Tip Of The Day - July 20th 2004

HttpResponse.RemoveOutputCacheItem

It is possible to forcibly remove a page from output cache... You can do so by a static method called HttpResponse.RemoveOutputCacheItem("Page path")...
If you are running on a web farm environment then you would have to call this method on each server as cache is not shared across servers...

No comments: