*.cache.* and *.nocache.* are just naming conventions adopted by GWT to help setup the "perfect caching"<http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#perfect_caching>configurations.
If you enable caching for the *.nocache.js file, then you explicitly allow intermediate servers/proxies, and browsers, to serve/use a possibly obsolete version of you app, without necessarily checking for a fresher on at your server. That means your servlets have to be prepared receiving requests from such versions even after you pushed an update to your server. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yrGsA3FkfFsJ. 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/google-web-toolkit?hl=en.
