Clearing Page Cache in ASP.NET

I’ve found the answer I was looking for:

HttpResponse.RemoveOutputCacheItem("/caching/CacheForever.aspx");

Leave a Comment