delete() 공개 메소드

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