Skip to content

sgisbert/MediaDownloadCache

Repository files navigation

MediaDownloadCache

Adds a cache layer to downloaded files from a url

Usage

Download mdc = new Download();
MemoryStream stream = mdc.DownloadUrl(url, timeSpan, directory);

Parameter explanation

url = file to download

timeSpan = Minutes to keep the file cached before downloading it again

directory = target folder to save the cached file.

Flowchart diagram

alt text

About

Adds a cache layer to downloaded files from a url

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages