Hi,

I've been trying to get caching in cake to work, tried looking in the
manual but that chapter hasn't been written yet.

So, what I've done is enabled caching in core.php by uncommenting:
        Configure::write('Cache.check', true);

And this is also in core.php
        Cache::config('default', array('engine' => 'File'));

In the controller I added:
    var $cacheAction = "+1 hour";
    var $helpers = array("Cache");


I assume I can check if it's been cached by just looking at "app/tmp/
cache"?

Any help is appreciated, this is the last step to complete my first
app in cakephp :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to