flush() 공개 메소드

Return value is a boolean true when the operation succeeds, or false on failure.
public flush ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->deferred = array();
     return $this->store->flush();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function flush()
 {
     return $this->cache->flush();
 }
예제 #3
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     return $this->store->flush();
 }