Module sccache::lru_disk_cache

source ·

Re-exports§

Modules§

  • A cache that holds a limited number of key-value pairs. When the capacity of the cache is exceeded, the least-recently-used (where “used” means a look-up or putting the pair into the cache) pair is automatically removed.

Structs§

Enums§

  • Errors returned by this crate.

Traits§

  • Trait objects can’t be bounded by more than one non-builtin trait.

Type Aliases§

  • A convenience Result type