コード例 #1
0
ファイル: AbstractFrontend.php プロジェクト: nxpthx/FLOW3
 /**
  * Removes all cache entries of this cache.
  *
  * @return void
  * @api
  */
 public function flush()
 {
     $this->backend->flush();
 }