So I installed memcache + added the code to core.php:
Cache::config('default', array('engine' => 'Memcache',
'duration' => 3600, //[optional]
'probability' => 100, //[optional]
'servers' => array(
'memcache.ip.address'
), //[optional]
'compress' => true,
)
);
CakePHP said it detected memcache -- so whats next?
Does it just run on its own, or do I have to add some more code to the
actual application. If so, what is it?
Thanks,
Mike
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---