CacheIndex Cache的索引 1 2 3 4 5 6struct CacheIndex { uint64_t cluster_id; // cache所在的集群ID int64_t cache_id; // cache的ID uint32_t batch_index; // PullKvCache时用于指定batch的下标 uint8_t reserved[128]; // 预留 } 父主题: 数据结构