Skip to main content

is_cache_stale

Function is_cache_stale 

Source
pub fn is_cache_stale(entry: &CacheEntry, interval_ms: u64) -> bool
Expand description

Check if a cache entry is stale based on the given interval (in milliseconds).