downloadCached

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void downloadCached(URL url, void delegate(scope InputStream str) callback, bool cache_priority)
  2. void downloadCached(string url, void delegate(scope InputStream str) callback, bool cache_priority)
    void
    downloadCached
    (
    string url
    ,
    scope void delegate
    (
    scope InputStream str
    )
    callback
    ,
    bool cache_priority = false
    )

Meta