I use memcached
to store the integer result of a complex calculation. I've got hundreds of integer objects that I could cache! Should I cache them under a single key in a more complex object or should I use hundreds of different keys for the objects? (the objects I'm caching do not need to be invalidated more than once a day)
↧
Memcached best practices - small objects and lots of keys or big objects and few keys?
↧