Friday, June 1, 2012

Java Applet Caching

The plugin caches Jar files downloaded previously, and while there are cache directives that can be used, they are introduced only in the new JVMs.

As such, the best way to prevent caching is still to either have a random number or a version number embedded into the URL e.g. as a query string.

No comments:

Post a Comment