Remove From Cache Prior to Expiration

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Is it possible to explicitly remove an aspx or ascx from the output cache
prior to its normal expiration?
 
Hi,

for example:

Response.RemoveOutputCacheItem("/page.aspx")

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke

Is it possible to explicitly remove an aspx or ascx from the output cache
prior to its normal expiration?
 
Back
Top