pub fn new_table_flownode_set_cache(
    name: String,
    cache: Cache<TableId, Arc<HashMap<FlownodeId, Peer>>>,
    kv_backend: KvBackendRef,
) -> TableFlownodeSetCache
Expand description

Constructs a TableFlownodeSetCache.