type PageCache = Cache<PageKey, Arc<PageValue>>;
Maps (region, file, row group, column) to PageValue.
struct PageCache { /* private fields */ }