XFetch
RU: XFetch
A probabilistic early-expiration algorithm that prevents cache stampedes without locks. Each read computes a score from the remaining TTL, the time needed to regenerate the value (delta), and a random variate; when the score exceeds a threshold the caller recomputes early. As expiry approaches, the probability of early recompute rises smoothly.