Skip to main content

SstDecodedMetaCache

Type Alias SstDecodedMetaCache 

Source
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 */ }