Re: Clear cache?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Check out a similar discussion in
http://forums.asp.net/thread/1387414.aspx..
"Tanmaya Kulkarni" <tanmaya_kulkarni@xxxxxxxxxxxxxxxx> wrote in message
news:%23pdn3Jk1GHA.1256@xxxxxxxxxxxxxxxxxxxxxxx
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
Relevant Pages
- Clear cache?
... Am developing an ASP.Net web app where am caching many pages as they are access by ... When this page is accessed, I want to clear all cache pages, i.e empty the cache. ... (microsoft.public.dotnet.framework.aspnet) - Re[2]: [PHP] dynamic -> static
... As I wrote already this issue is mainly because of search engines ... incompatibility with dynamic content sites (to be more exact - with ... You can cache your code using PHP Accelerator or Turck ... MM> implementing a caching layer between your application and your database. ... (php.general) - Re: [PHP] Aggressive PHP Smart Caching
... i have begun to experiment w/ your caching tool. ... it is also important that the script calling ob_end_flushhave access to ... the header method in the first bit of code in the cache tool. ... (php.general) - Re: [PHP] dynamic -> static
... You can cache your code using PHP Accelerator or Turck ... implementing a caching layer between your application and your database. ... 404 causes it to error out regardless of the content of the response. ... with any caching system as above - finding and flushing stale data. ... (php.general) - Re: GC *and* Universal Group Caching
... Appreciate the extra info. So, I take it that if I>>authenticate to a DC that is a GC and caching is turned on pointed at>>another domain, the DC will get Universal group membership from it's>>cache as its own behavior has been altered to do so. ... >>>>>>-->>>Joe Richards Microsoft MVP Windows Server Directory Services>>>www.joeware.net>>> ... (microsoft.public.windows.server.active_directory) |
|