Cache an item, assuming the cache is working, turn memcached off, then try to read it on the next request. That will tell you right away if memcache is working.
On Jul 9, 7:05 pm, Hugo M <[email protected]> wrote: > I've configured memcached as caching system in CakePHP, how can I test it? > Because I tried to get contents from the keys I put on the cache and the > telnet console returns nothing. But the cache seems to be working ok. I put > in the configuration prefix = '' and I search the keys in this way: > > get MYKEY_expires 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
