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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top