I want repeat requests for a URL to be served from a local cache, not re-downloaded from the server. I\'m using the DownloadManager, hoping it\'ll be a convenient alternati
DownloadService downloads to a temporary destination by default. There is no build-in ability to cache requests, however you can query the list of downloads requested before with DownloadManager.query() method.