Check if connection has cached path
bool hasConnection(String connectionId) { return _pathCache.containsKey(connectionId); }