clearAll method

void clearAll()

Implementation

void clearAll() {
  _cacheStorage.clearAll();
  _requestDeduplicator.clearAllInflightRequests();
}