downloadCached
- void downloadCached(URL url, void delegate(scope InputStream str) @(safe) callback, bool cache_priority, RequestModifier request_modifier)
- void downloadCached(string url, void delegate(scope InputStream str) @(safe) callback, bool cache_priority, RequestModifier request_modifier)
- void downloadCached(URL url, void delegate(scope InputStream str, scope string[string] headers) @(safe) callback, string[] record_headers, bool cache_priority, RequestModifier request_modifier)
- void downloadCached(string url, void delegate(scope InputStream str, scope string[string] headers) @(safe) callback, string[] record_headers, bool cache_priority, RequestModifier request_modifier)
dubregistry cache
aliasesclassesenumsfunctions