flush() public method

Remove all items from the cache.
public flush ( $all = false )
Beispiel #1
0
 /**
  * Remove all items from the cache.
  *
  * @param  string $tag
  *
  * @return void
  */
 public function flush($all = false)
 {
     return $this->adapter->flush($all);
 }