downloadOnly

open fun downloadOnly(): RequestBuilder<File>

Attempts always load the resource into the cache and return the File containing the cached source data.

This method is designed to work for remote data that is or will be cached using DATA. As a result, specifying a on this request is generally not recommended.

Return

A new request builder for downloading content to cache and returning the cache File.