pub fn http_cache() -> &'static dyn HttpCacheExpand description
The HttpCache used by the functions in this module.
You can replace the default cache at the start of the process using set_http_cache.
ยงDefaults
The default cache is a minimal implementation that uses the file system.