getFromCache(); if (is_null($data)) { $data = GameQuery::create()->find(); } return $data; } }