Example #1
0
 /**
  * Deletes the key
  *
  * @param string $type
  * @param string $id
  *
  * @return void
  */
 public function delete($type, $id)
 {
     $this->adapter->delete($this->_prefix . $type, $id);
 }