You can push data to memcached using any of its client libraries and pick it up in cake. (We're doing that here.)
One gotcha that bit me: if you don't explicitly set a prefix in your memcache config in cakephp it adds one of its own - it'll then prefix all keys you try to read/write to with it. Very assertive indeed! On Wed, May 5, 2010 at 12:16 PM, tiberium911 <[email protected]> wrote: > I was wondering if anyone knows how to set memcache keys for cake from > outside of cake, we have several systems that interact with memcache, > one side that can not be converted to cake yet has to be able to set > keys that our cake website displays > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > 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]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- - "You can't reason people out of a position they didn't use reason to get into." Christian Leskowsky Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
