flush() abstract public method

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