cacheKeyFromUrl function

  1. @visibleForTesting
String cacheKeyFromUrl(
  1. String url
)

Gets the sanitized url from url which is used as cacheKey when downloading, caching or loading.

Implementation

@visibleForTesting
String cacheKeyFromUrl(String url) => Utils.sanitizeUrl(url);