Saves a value for a given key.
string $key: The key of the data to store.
mixed $value: The data to store.
public function set($key, $value);