Crate uv_cache

Crate uv_cache 

Source

Structs§

ArchiveId
A unique identifier for an archive (unzipped wheel) in the cache.
Cache
The main cache abstraction.
CacheEntry
A CacheEntry which may or may not exist yet.
CacheShard
A subdirectory within the cache.
CachedByTimestamp
Removal
A removal operation with statistics on the number of files and directories removed.

Enums§

CacheBucket
The different kinds of data in the cache are stored in different bucket, which in our case are subdirectories of the cache root.
Freshness
Refresh
A refresh policy for cache entries.
WheelCache
Cache wheels and their metadata, both from remote wheels and built from source distributions.

Constants§

ARCHIVE_VERSION
The version of the archive bucket.

Traits§

CleanReporter

Functions§

rm_rf
Remove a file or directory and all its contents, returning a Removal with the number of files and directories removed, along with a total byte count.