clearCache static method

void clearCache()

Clears the cached downloaded bytes.

Implementation

static void clearCache() {
  _downloadedUrlBytesCache.clear();
}