flush() abstract public method

Flushes data from memory to the index storage.
abstract public flush ( )
示例#1
0
 public function flush()
 {
     $this->gateway->flush();
 }