I wonder how memcached caches a list of objects internally? 

Does it serializes the object list and stick it in the cache, or it 
serializes each individual object, and stick them in keys but all sharing a 
common signature so they can be retrieved together later on? 

Thanks,

David

Reply via email to