Friday, March 20, 2015

Re: cache clear issue in gwt

Hi,

Thanks for reply.

Let me implement it.
I have used local storage "Storage.getLocalStorageIfSupported()" to store certificate private key.
is value of local storage clear when cache clear?

Thanks,
Bhumika

On Friday, 20 March 2015 15:34:31 UTC+5:30, Jens wrote:
If you apply the correct caching headers there is only minimal overhead on each request because the browser first checks if a new version on the server is available and only if it is available it will download the new version. Otherwise it will continue to use the already cached version.

A lot of people use https://github.com/realityforge/gwt-cache-filter to apply caching headers to their gwt apps.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment