pub fn new_table_flownode_set_cache(
name: String,
cache: Cache<TableId, Arc<HashMap<FlowIdent, Peer>>>,
kv_backend: KvBackendRef,
) -> TableFlownodeSetCacheExpand description
Constructs a TableFlownodeSetCache.
pub fn new_table_flownode_set_cache(
name: String,
cache: Cache<TableId, Arc<HashMap<FlowIdent, Peer>>>,
kv_backend: KvBackendRef,
) -> TableFlownodeSetCacheConstructs a TableFlownodeSetCache.