Struct NoopCache
rustup_available_packages::cache
pub struct NoopCache {}
A cache that does nothing.
impl Cache for NoopCache
fn get(&self, _day: NaiveDate) -> Option<Manifest>
Tries to load a manifest from a cached file.
fn store(&self, _manifest: &Manifest)
Stores a manifest to the disk.
impl Send for NoopCache
impl Sync for NoopCache