Hello, I am using Zend_Cache with Zend_Cache_Backend_Memcached (which is using php_memcache) extension.
Since the php_memcache extension already do serialization automatically, but Zend_Cache would need me to serialize me before saving into cache, so this turn out that the data actually stored in memcached was serialize twice times. Anyone got the same experience. Thanks.
