pub type WebFetchCache = Arc<Mutex<HashMap<String, CachedResponse>>>;
pub struct WebFetchCache { /* private fields */ }