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