/** * Clear the storage */ public function clear() { foreach ($this->getKeyspace() as $key) { $this->connection->del($key); } }