Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function remove($id)
 {
     $this->sourceStorage->remove($id);
     $this->storageCache->remove($id);
 }
 /**
  * {@inheritdoc}
  */
 public function remove($id)
 {
     $this->storage->remove($id);
 }