Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function remove($id)
 {
     $this->sourceStorage->remove($id);
     $this->storageCache->remove($id);
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function remove($id)
 {
     $this->storage->remove($id);
 }