pub fn over_limit(size: u64, limit: u64) -> bool
Is size past limit? One comparison, shared by the janitor and the health view, so both answer “is the cache over its cap” identically.
size
limit