/**
  * Clears the the storage content
  */
 public function clear()
 {
     $this->storage->clear();
 }