pub fn touch(config: &TierConfig, now: u64, meta: &mut BlockMeta)Expand description
Record an access event on a block’s metadata.
Updates:
ema_ratevia exponential moving average (alpha).access_windowby shifting and setting the low bit.last_accesstonow.access_countincremented by one.