flush() public method

Be careful of performing this operation if the cache is shared among multiple applications.
public flush ( ) : boolean
return boolean whether the flush operation was successful.
コード例 #1
0
 /**
  * @return boolean
  *
  * @see yii\caching\Cache::flush()
  */
 public function flush()
 {
     return $this->cache->flush();
 }