http_cache

Function http_cache 

Source
pub fn http_cache() -> &'static dyn HttpCache
Expand 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.