flush() абстрактный публичный Метод

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