コード例 #1
0
ファイル: DbCommand.php プロジェクト: yii2-tools/yii2-base
 /**
  * Extended functional: flushing request local cache.
  * @inheritdoc
  */
 public function execute()
 {
     static::$requestLocalCache->flush();
     return parent::execute();
 }