I am considering using a javascript object as a site-wide key/value memory cache. Is there any limitations in amount of properties? How will this perform compared to, lets say, memcached?
cache['some-long-key-goes-here'] = 'possibly an entire page worth of html'