I have four large objects that I'm caching using Memcached. I've allocated 200MB to Memcached. In my Python code, I cache the items like so:
In my cache, I have access to asked 02 Nov '12, 13:23 aa56280 |
There's a good explanation of this here: Memcache Internals
Hope that helps! answered 02 Nov '12, 13:29 seanf |