我正在运行用adobe actionscript / air flex编写的桌面应用程序。
某些网页是通过mx:HTML
组件嵌入的。
问题:此组件是否提供了来自页面的js
和css
文件的缓存?如果是,只要应用程序运行,它们是否被缓存?或者它们是否能够在应用程序重启后继续存在?
答案 0 :(得分:0)
The Flex HTML
component wraps HTMLLoader
, which has cacheResponse
and useCache
to control caching. When cached, it uses the "operating system's HTTP cache", so I wouldn't assume that it will always work any particular way, it's up to the OS and user preferences.