pub fn check_cache(
cache_dir: &Path,
lang: ScipLanguage,
ttl_hours: u64,
) -> Option<CacheStatus>Expand description
Check if a cached SCIP index exists in cache_dir and is within the TTL.
pub fn check_cache(
cache_dir: &Path,
lang: ScipLanguage,
ttl_hours: u64,
) -> Option<CacheStatus>Check if a cached SCIP index exists in cache_dir and is within the TTL.