Welcome Guest, Not a member yet? Register   Sign In
Cache / caching - is it working?
#7

[eluser]Bullit2k[/eluser]
I'm sure it's being executed - as cache folder is filling up with pages.

Code is placed in my main controller:
Code:
<?

class Pages extends Controller {

    function Pages()
    {
        parent::Controller();    
        
        $this->output->cache(420);

You've seen the profiler with caching on and seen that no sql is called?

I just need to figure why my cache isn't being pulled back out by CI


Messages In This Thread
Cache / caching - is it working? - by El Forum - 08-11-2009, 10:25 AM
Cache / caching - is it working? - by El Forum - 08-11-2009, 11:03 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 04:36 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 04:51 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:09 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:23 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:26 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 05:52 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 06:35 AM
Cache / caching - is it working? - by El Forum - 11-27-2009, 06:44 AM
Cache / caching - is it working? - by El Forum - 11-30-2009, 04:38 AM
Cache / caching - is it working? - by El Forum - 11-30-2009, 04:39 AM
Cache / caching - is it working? - by El Forum - 12-12-2009, 10:23 AM
Cache / caching - is it working? - by El Forum - 12-13-2009, 03:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB