質問

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