//! Cache lookup, population, and validation operations.
//!//! Provides functions for checking cache status, copying binaries from cache,
//! and populating the cache after downloads.
modcopy;modlookup;modpopulate;pubusecopy::copy_from_cache;pubuselookup::{CacheLookupResult, check_cache, find_matching_cached_version, try_use_cache};pubusepopulate::{populate_cache, try_populate_cache};#[cfg(test)]modtests;