checkPage($id); } public function checkPageCache($id) { $validator = new PageValidator(); return $validator->checkPageCache($id); } }