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:
Post a Comment