fn invalidator<'a>( cache: &'a Cache<TableId, Arc<HashMap<FlowIdent, Peer>>>, idents: &'a [&CacheIdent], ) -> BoxFuture<'a, Result<()>>