flush() 공개 메소드

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