uv/crates/uv-cache
Charlie Marsh 0f96386032
Add a garbage collection mechanism to the CLI (#1217)
## Summary

Detects unused cache entries, which can come in a few forms:

1. Directories that are out-dated via our versioning scheme.
2. Old source distribution builds (i.e., we have a more recent version).
3. Old wheels (stored in `archive-v0`, but not symlinked-to from
anywhere in the cache).

Closes https://github.com/astral-sh/puffin/issues/1059.
2024-03-21 18:07:48 +00:00
..
src Add a garbage collection mechanism to the CLI (#1217) 2024-03-21 18:07:48 +00:00
Cargo.toml Add a garbage collection mechanism to the CLI (#1217) 2024-03-21 18:07:48 +00:00