Skip to main content

over_limit

Function over_limit 

Source
pub fn over_limit(size: u64, limit: u64) -> bool
Expand description

Is size past limit? One comparison, shared by the janitor and the health view, so both answer “is the cache over its cap” identically.