Try this where U call the external txt file-
rn=random(1000000);
loadVariables("content.txt?"+rn);

This will give the user a 1 in 1,000,000 chance they will load the cached file.
Not bad odds the content will be fresh every page load.