Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过 http:// 下载文件时,JavaFX 小程序是否使用浏览器的缓存或任何缓存?我知道它会缓存定义应用程序的 .jar 文件。我想编写一个音频播放器来缓存它下载的媒体。
AFAIK JavaFX 运行时将缓存用于小程序的 JAR。但是,它不会使用浏览器缓存。
最新版本的 Java 插件(jdk1.6.0u10+)实际上使用了 JavaWebStart,因此实际的 JVM 根本不在浏览器的空间内。所有文件都根据 JavaWebStart 配置缓存在自己的区域中。