commitTransaction() public method

{@inheritDoc}
public commitTransaction ( )
 /**
  * {@inheritDoc}
  */
 public function commitTransaction()
 {
     parent::commitTransaction();
     $this->clearCaches(array_keys($this->caches));
 }
Example #2
0
 /**
  * {@inheritDoc}
  */
 public function commitTransaction()
 {
     $this->transport->commitTransaction();
 }
Example #3
0
 /**
  * {@inheritDoc}
  */
 public function commitTransaction()
 {
     parent::commitTransaction();
     $this->caches['meta']->deleteAll();
     if (isset($this->caches['nodes'])) {
         $this->caches['nodes']->deleteAll();
     }
 }