flush() 추상적인 공개 메소드

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