I have a flex application about 2M need to send to browser, so I want the browser to reserve the file in cache forever unless I upgrade the version.
I have set the ETAG and last-modified tag in http reponse header, but sometimes, when the user click the refresh, the swf file still be reloaded.
So what http response header can I use to reserve the file in browser cache forever?