Welcome Guest, Not a member yet? Register   Sign In
Cache folder gets huge after few hours
#2

If you don't want the controller to cache the page then do not include a call to output->cache. Any existing cache files for that page will eventually be deleted after they expire.

Yes, calling
$this->output->cache(0);
has the same effect. But why waste time making a call that has no impact?

I am curious how you end up with such a huge number of files. Do your page requests utilize query strings and, if so, are there a lot of different query strings?
Reply


Messages In This Thread
RE: Cache folder gets huge after few hours - by dave friend - 09-12-2017, 03:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB