Returns the stored value for a given key.
string $key: The key of the data to retrieve.
mixed $default: The default value to use if the key is not found.
mixed The stored value, or NULL if no value exists.
public function get($key, $default = NULL);