Monday 28 November 2005 4:13:57 pm
I have this in a template
{'http://www.domain.net/file.php'|file_get_contents}
now file.php generates %d-%m-%Y.txt (30-11-2005.txt)
my problem is that the cache for it lives to long. so I made a chage in the pemplate to: {cache-block expiry='0'}
{'http://www.domain.net/file.php'|file_get_contents}
{/cache-block}
but it seems I'm not dooing it right. if I delete the file of the day. I still get the contents without the file. Can someone explaing how i can set the expiry ofor this code/content?
|