type PeerStreamCache<T> = Cache<PeerId, Sender<T>>;
struct PeerStreamCache<T> { /* private fields */ }