In my gwt application there is some problem due to browser cache.

How to clear the browser cache when loading the first page ?

有帮助吗?

解决方案

You don't "clear the browser cache" from a web page (and fortunately for all of us browsing the web, you can't), but you can configure your server to send appropriate caching directives for the browser to follow.
…or you could move your resources so that existing cache directives known to your browser no longer apply (new URL, so it's not yet in the browser cache).

See http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html#perfect_caching

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top