I'm using CakePHP on a Joyent Accelerator with APC.
Everything looks good as long as I don't enable APC as cache engine.
Cache::config('default', array(
'engine' => 'Apc',
'duration' => 3600,
'probability' => 100
));
Any hints on what could be wrong?
Thx,
Jacob
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---