How would I know if memcache is caching?

I have configured my cache through memcache (using the sfMemcacheCache
class in factories.yml), and in my development server it's noticeable
that it's caching (because it's fast), but in my production server is
not as fast, it seems to be processing the action each time it's
called.

So... how could I know it? I know the getExtendedStats gives this
information, but as Symfony does cache transparently from the user, I
don't know how can I get the memcache identifier that Symfony is
using...

Anyone knows?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to