Check if there's an inflight request for this key
bool hasInflightRequest(String key) { return _inflightRequests.containsKey(key); }