- clearCacheEntry
void clearCacheEntry(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearCacheEntry
void clearCacheEntry(URL url)
Undocumented in source. Be warned that the author may not have intended to support it.
- downloadCached
void downloadCached(URL url, void delegate(scope InputStream str) @(safe) callback, bool cache_priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- downloadCached
void downloadCached(string url, void delegate(scope InputStream str) @(safe) callback, bool cache_priority)
Undocumented in source. Be warned that the author may not have intended to support it.