clear method

void clear()

Clear the cache and in-flight requests.

Implementation

void clear() {
  _cache.clear();
  _inFlight.clear();
}