This is my setup:

   - In controller:
   var $cacheAction = 'true';
   var $helper = array('Cache', etc);
   - In config:
   define('CACHE_CHECK', true);
   - In Routes.php:
   Router::connect('/', array('controller' => 'contents', 'action' =>
   'view', 'home'));

This caches the view:
 - site.com/contents/view/home

This does not:
 - site.com/

I'm not sure if this is a bug or a design thing. Don't wanna submit a false
bug report.
--
Baz L
Web Development 2.0: Web Design, CakePHP, Javascript
http://www.WebDevelopment2.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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