flush() abstract public méthode

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