shouldCache method

  1. @visibleForTesting
bool shouldCache()

Implementation

@visibleForTesting
bool shouldCache() {
  return LocalImageProvider().cacheAll ||
      max(height, width) <= LocalImageProvider().maxCacheDimension;
}