MatthiasMullie\Scrapbook\Buffered\BufferedStore::delete PHP Method

delete() public method

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