문제

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