Struct rustup_available_packages::cache::FsCache[][src]

pub struct FsCache { /* fields omitted */ }

A cache that stores manifests on a file system.

Methods

impl FsCache
[src]

Initializes a cache with a given path.

The path is created if it doesn't exist.

Trait Implementations

impl Cache for FsCache
[src]

Tries to load a manifest from a cached file.

Stores a manifest to the disk.

Auto Trait Implementations

impl Send for FsCache

impl Sync for FsCache