Clear cache?

T

Tanmaya Kulkarni

Hi,

Am developing an ASP.Net web app where am caching many pages (say abc.aspx, def.aspx) as they are access by

Response.Cache.SetExpires(DateTime.Now.AddSeconds(3600))

Now there is another page pqr.apx. When this page is accessed, I want to clear all cache pages, i.e empty the cache.

How can this be done?

TIA
Tanmaya
 
A

Augustin Prasanna

Check out a similar discussion in http://forums.asp.net/thread/1387414.aspx..
Hi,

Am developing an ASP.Net web app where am caching many pages (say abc.aspx, def.aspx) as they are access by

Response.Cache.SetExpires(DateTime.Now.AddSeconds(3600))

Now there is another page pqr.apx. When this page is accessed, I want to clear all cache pages, i.e empty the cache.

How can this be done?

TIA
Tanmaya
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top