CacheIndex

Represents the cache index.

1
2
3
4
5
6
struct CacheIndex {
  uint64_t cluster_id;        // ID of the cluster where the cache is located.
  int64_t cache_id;           // Cache ID.
  uint32_t batch_index;       // Index of the batch used for PullKvCache.
  uint8_t reserved[128];      // Reserved.
}