CodeIgniter Forums
Cached but not served - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Cached but not served (/showthread.php?tid=4051)



Cached but not served - El Forum - 11-04-2007

[eluser]mrahman[/eluser]
Code:
$this->output->cache(1);
creates a file under system/cache, the file name like an md5 for the page i guess. but a refresh loads an empty page. i checked the cached file, it contains few characters.
This code is in a controller, not a view.
can you help?