Skip to main content

ProxySiteCache

Type Alias ProxySiteCache 

Source
pub type ProxySiteCache = Arc<RwLock<HashMap<Box<str>, Arc<ProxySiteEntry>>>>;
Expand description

The proxy site cache, keyed by domain

Aliased Typeยง

pub struct ProxySiteCache { /* private fields */ }