checkPackage($id); } public function checkPackageCache($id) { $validator = new PackageValidator(); return $validator->checkPackageCache($id); } }