type SstMetaCache = Cache<SstMetaKey, Arc<CachedSstMeta>>;Expand description
Maps (region id, file id) to fused SST metadata.
Aliased Typeยง
struct SstMetaCache { /* private fields */ }type SstMetaCache = Cache<SstMetaKey, Arc<CachedSstMeta>>;Maps (region id, file id) to fused SST metadata.
struct SstMetaCache { /* private fields */ }