uv/crates/puffin-cache
Charlie Marsh f593b65447
Remove refresh checks from the install plan (#1119)
## Summary

Rather than checking cache freshness in the install plan, it's a lot
simple to have the install plan _never_ return cached data when the
refresh policy is in place, and then rely on the distribution database
to check for freshness. The original implementation didn't support this,
since the distribution database was rebuilding things too often. Now, it
rarely rebuilds (it's much better about this), so it seems conceptually
much simpler to split up the responsibilities like this.
2024-01-25 22:48:16 -05:00
..
src Remove refresh checks from the install plan (#1119) 2024-01-25 22:48:16 -05:00
Cargo.toml Use nanoid instead of uuid (#1074) 2024-01-24 05:05:14 +00:00