J Jeff Apr 23, 2004 #1 Is it possible to explicitly remove an aspx or ascx from the output cache prior to its normal expiration?
Is it possible to explicitly remove an aspx or ascx from the output cache prior to its normal expiration?
T Teemu Keiski Apr 23, 2004 #2 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?
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?