yes, but the class definition must be loaded before you read the cache or you must have an autoloader that will do on demand.

Brian.
http://brian.moonspot.net

On 9/29/11 1:09 PM, nguyendh wrote:
Hi guys,

I have an array of a PHP object (e.g. instance of a class , say Client
class). I save the whole array in Memcached.

When I retrieve the array from Memcached, I receive
__incomplete_PHP_objects ?

Can I cache instances of class (object) in Memcached ?

I am using v1.4.5 on Cent OS

Reply via email to