When you rebuild the ASP.NET project, or modify the web.config file,
the web application will be restarted automatically.
So the original cache will be cleared automatically.
We only have to save the CacheInfo when the first user comes (that's:
Cache["xxx"] == null).

The user comes after the web application restarted, will get a new
version of the scripts, 
whatever they have or havn't requested before.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to