type PeerOpenLockCache = Cache<PeerId, Arc<Mutex<()>>>;
struct PeerOpenLockCache { /* private fields */ }