I am currently using “LoadFromCacheOrDownload” to download my .unity3d bundles. When calling this the file is cached during the current web session. But if I close the web browser and then go back to my site I have to download the .unity3d bundle again.
Is there a way to make the cache be persistent between web sessions?