FileCache.Set

FileCache.Set method

Serializes data to the local disk.

public void Set(string key, object value)
Parameter Type Description
key String An unique identifier for the cache entry.
value Object The object to serialize.

See Also