http://code.google.com/appengine/docs/python/memcache/clientclass.html#Client_setset(key, value, time=0, min_compress_len=0, namespace=None)
Sets a key's value, regardless of previous contents in cache.
Arguments:
key
Key to set. The Key can be a string or a tuple of (hash_value, string) where the hash_value, normally used for sharding onto a memcache instance, is instead ignored, as Google App Engine deals with the sharding transparently.
value
Value to set. The value type can be any value supported by the Python pickle module for serializing values. The combined size of the serialized key and value must be at most 1 megabyte.
囧了。。。