Skip to main content

WebFetchCache

Type Alias WebFetchCache 

Source
pub type WebFetchCache = Arc<Mutex<HashMap<String, CachedResponse>>>;

Aliased Type§

pub struct WebFetchCache { /* private fields */ }