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();
 }