Question

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

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top