set method

set

Serializes data to the local disk.

def set(self, key, value):
    ...
Parameter Type Description
key System.String An unique identifier for the cache entry.
value System.Object The object to serialize.

See Also