handle(); } /** * @return array */ #[RequestMapping(path: 'cache', methods: 'GET')] public function cache() { return (new CacheService)->handle(); } }