URLCache.get

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

Meta