Hello,
I've got a weird problem. I'm trying to cache a action:
class UsersController extends AppController {
var $name = 'Users';
var $components = array('Email', 'Recaptcha', 'Country');
var $helpers = array('Cache');
var $cacheAction = array('xmlForSwift/' => '100');
The 100 is only a test - but it isn't working. Caching is activated
and for elements it is working but not for actions.
Do you have any ideas?
Thank you!
-Bennet
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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