OK, nice! Now my performance improved a lot using these lines:
Cache::config('_cake_model_', array('engine' => 'File', 'duration' =>
3600));
Cache::config('_cake_core_', array('engine' => 'File', 'duration' =>
3600));
in app/config/core.php
Thanks a lot, Gwoo! :-)
-- PS:
Setting the default cache config duration, didn't affect the cache
rebuilding:
Cache::config('default', array('engine' => 'File', 'duration'=>
3600));
On 18 Aug., 20:17, Gwoo <[EMAIL PROTECTED]> wrote:
> @stefanski
> You did not define all the required settings so the config was not
> created. Specifically, you must specify an "engine"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---