mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-17 22:07:47 +00:00
Document the cache directory (#6229)
This commit is contained in:
parent
cc8fbedd37
commit
c703917d99
4 changed files with 45 additions and 1 deletions
|
@ -31,6 +31,7 @@ pub struct CacheArgs {
|
|||
|
||||
impl Cache {
|
||||
/// Prefer, in order:
|
||||
///
|
||||
/// 1. A temporary cache directory, if the user requested `--no-cache`.
|
||||
/// 2. The specific cache directory specified by the user via `--cache-dir` or `UV_CACHE_DIR`.
|
||||
/// 3. The system-appropriate cache directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue