mirror of
https://github.com/astral-sh/uv
synced 2026-01-24 15:00:18 -05:00
This removes the last usage of cacache by replacing it with a custom, flat json caching keyed by the digest of the executable path.  A step towards #478. I've made `CachedByTimestamp<T>` generic over `T` but intentionally not moved it to `puffin-cache` yet.