Thanks!
On Thursday, August 23, 2012 7:11:57 AM UTC-7, Henrik Schröder wrote: > > There is no such concept as a list of objects in memcached. There's only > keys and values, and you can only retrieve a value if you know the key. > > > /Henrik > > On Wed, Aug 22, 2012 at 9:07 PM, newbie <[email protected] > <javascript:>>wrote: > >> 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 >> > >
