Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function flushAll()
 {
     $this->storage->doDelete($this->storageId);
     $this->content = array();
     $this->isDirty = false;
     return true;
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function delete($id)
 {
     return $this->backend->doDelete($id);
 }