mito2::cache

Type Alias PageCache

Source
type PageCache = Cache<PageKey, Arc<PageValue>>;
Expand description

Maps (region, file, row group, column) to PageValue.

Aliased Typeยง

struct PageCache { /* private fields */ }