Clears user-space cache.

Returns

mixed Returns `true` on successful clear, `false` otherwise.

Source

						public function clear() {
		return $this->connection->flush();
	}