On Dec 30, 2007 2:02 PM, Mike Lewis <[EMAIL PROTECTED]> wrote:
>
> 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?
As far as I know, your app *should* start using memcache for all the
caching. Nothing else for you to do.
--
Chris Hartjes
My motto for 2007: "Just build it, damnit!"
@TheKeyboard - http://www.littlehart.net/atthekeyboard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---