Clear Asp.Net cache from outside of application (not using source code)

Posted by TheJudge on Stack Overflow See other posts from Stack Overflow or by TheJudge
Published on 2010-03-16T07:36:55Z Indexed on 2010/03/16 8:06 UTC
Read the original article Hit count: 282

Filed under:
|
|

Hi,

I have a asp.net web application and I'm using cache (HttpRuntime.Cache) to save some stuff from db.

I also update db from time to time so that data in db does not match the data in my application's cache.

Is there any way how to clear my application's cache without modifying any source code or republishing the page?

I tried to restart IIS and to clear browsers cache but nothing helps.

Please help.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about cache