dub-registry v2.3.0 (2018-06-16T08:14:00Z)
Home
Dub
Repo
downloadCached
dubregistry
cache
Undocumented in source. Be warned that the author may not have intended to support it.
void
downloadCached
(URL url, void delegate(scope InputStream str) @(safe) callback, bool cache_priority)
void
downloadCached
(string url, void delegate(scope InputStream str) @(safe) callback, bool cache_priority)
@
safe
void
downloadCached
(
string
url
,
scope
void
delegate
(
scope
InputStream
str
)
@
safe
callback
,
bool
cache_priority
= false
)
Meta
Source
See Implementation
dubregistry
cache
classes
FileNotFoundException
URLCache
enums
CacheMatchMode
functions
clearCacheEntry
downloadCached