On 5/27/07, DragonI <[EMAIL PROTECTED]> wrote: > > Hi, > > Based on core.php, it seems that you can only use only one of the > caching engines. Can you use APC and memcache at the same time without > screwing things up? Reason is I want to load some of my stuff, i.e. > menus into shared memory via APC
Of course you can...but you may have to write your own caching stuff for whatever engine you don't use in CakePHP. I suspect you can only use the built-in caching methods for one engine at a time. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @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 -~----------~----~----~----~------~----~------~--~---
