Re: Caching isn't working in controller

2010-02-11 Thread Greg S.
I have the same problem. I have activated caching in core.php, I have created the tmp/* folders for cache, the folders are writtable, but for some reason, it just won't work. I have tested it on Cake 1.2.5 and 1.2.6 On Feb 11, 9:57 pm, Bennet Jeutter wrote: > Hello, > > I've got a weird proble

Caching isn't working in controller

2010-02-11 Thread Bennet Jeutter
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