Yes. cache() is being replaced by Cache::write(), Cache::read(),
Cache::delete(), Cache::clear(); You can set new configurations like
Cache::config('myConfig', array('engine'=> 'Memcache')); and then
reference them on a per method, like Cache::write($key, $data,
'myConfig'); or for all methods with Cache::config('myConfig'); You
can reset the default, with Cache::config('default');

Check out the tests for some more concrete examples.

Right now cache() has not been deprecated because it is still used in
the core, but not for long...

Hope this helps.

Bake on!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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