query()->all())); try { return $this->cache->remember( "youtube.$hash", now()->addWeek(), fn () => $this->connector->send($request)->object() ); } catch (Throwable) { return null; } } }