[][src]Crate cacache

cacache is a Rust library for managing local key and content address caches. It's really fast, really good at concurrency, and it will never give you corrupted data, even if cache files get corrupted or manipulated.

Modules

get

Functions for reading from cache.

ls

Functions for iterating over the cache.

put

Functions for writing to cache.

rm

Functions for removing things from the cache.

Structs

Entry

Represents a cache index entry, which points to content.

Enums

Error

Error type returned by all API calls.