pub(crate) type RegionGcTracker = HashMap<RegionId, RegionGcInfo>;Expand description
Tracks the last GC time for regions to implement cooldown.
Aliased Typeยง
pub(crate) struct RegionGcTracker { /* private fields */ }pub(crate) type RegionGcTracker = HashMap<RegionId, RegionGcInfo>;Tracks the last GC time for regions to implement cooldown.
pub(crate) struct RegionGcTracker { /* private fields */ }