Yii::$app->db->cache(function($db) use($dataProvider){ $dataProvider->prepare(); }, 60); return $dataProvider;