Example #1
0
 /**
  * {@inheritdoc}
  */
 public function delete($name)
 {
     return $this->driver->delete($this->options['prefix'] . $name);
 }
 /**
  * {@inheritdoc}
  */
 public function delete($name)
 {
     return $this->driver->delete($this->prefix . $name);
 }