type SstDecodedMetaCache = Cache<SstMetaKey, Arc<CachedSstMeta>>;Expand description
Maps (region id, file id) to decoded SST metadata retained as an acceleration tier.
Aliased Typeยง
struct SstDecodedMetaCache { /* private fields */ }type SstDecodedMetaCache = Cache<SstMetaKey, Arc<CachedSstMeta>>;Maps (region id, file id) to decoded SST metadata retained as an acceleration tier.
struct SstDecodedMetaCache { /* private fields */ }