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