getFromCache(); if (is_null($data)) { $data = VersionQuery::create()->orderByReleaseDate()->find(); $this->saveToCache($data); } return $data; } }