dubregistry.cache

Members

Classes

FileNotFoundException
class FileNotFoundException
Undocumented in source.
URLCache
class URLCache
Undocumented in source.

Enums

CacheMatchMode
enum CacheMatchMode
Undocumented in source.

Functions

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) 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) callback, bool cache_priority)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Subject to the terms of the GNU GPLv3 license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig