delete() public method

public delete ( $key )
 /**
  * {@inheritdoc}
  */
 public function delete($key)
 {
     $result = $this->transaction->delete($key);
     $this->transaction->commit();
     return $result;
 }