Super simple idea: just add a fake query string in url.
<param name="source" value="app.xap?r12345"/>
Most servers should ignore it and work properly with the server file - it depends on your server. If you are really smart, you can make a dynamic hosting page and automatically add the query string of quantity or date to the query string. This ensures that you get caching whenever you want, but force it to load on change.
Ideally, your server should do this for you. But if not ...
Kevin Moore Nov 21 '08 at 23:13 2008-11-21 23:13
source share