When you create a AIR app with an embedded web browser, where does it store it's cache? How can I clear this cache?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
On my WinXP machine, AIR apps cache such data into C:\Documents and Settings\username\Local Settings\Temporary Internet Files
. So while I don't have any other systems to hand, it would appear AIR uses what it considers to be the platform-specific system temp folder. (As for how you clear it, in my case you can do so through IE settings dialogs or other "clean up unused data" dialogs elsewhere in the OS, so I imagine it's similar on other platforms.)
If that doesn't help, can you post your OS?