- Home /
does a web application gets cached on browser?
Does my web application get cached on user’s browser or it will get re-downloaded every time it is used?
Answer by CHPedersen · Jun 15, 2011 at 09:39 AM
It gets cached, similar to Flash and Silverlight applications. If you need to redownload it, clear the browser's cache, perhaps make sure it's completely gone from the Temp directory manually.
On a related note, it's a good idea to add a version number you can bring up somewhere in your application, so you can verify the browser is running the latest version when you load it.
Your answer
Follow this Question
Related Questions
How does webplayer cache works? 0 Answers
AssetBundels wont work on some browsers or computers 0 Answers
Unauthorized use of Caching API in webplayer 0 Answers
,Slow download for browser game in Unity 1 Answer
Accessing a downloaded AssetBundle 1 Answer