flush() public method

Flush Operation - Write all dirty entries to the CouchDB.
public flush ( ) : void
return void
Example #1
0
 public function flush()
 {
     $this->unitOfWork->flush();
     // todo: rename commit
 }