SstMetaCache

Type Alias SstMetaCache 

Source
type SstMetaCache = Cache<SstMetaKey, Arc<CachedSstMeta>>;
Expand description

Maps (region id, file id) to fused SST metadata.

Aliased Typeยง

struct SstMetaCache { /* private fields */ }