mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-26 18:06:45 +00:00
## Summary You can now override the cache control headers for the Simple API, file downloads, or both: ```toml [[tool.uv.index]] name = "example" url = "https://example.com/simple" cache-control = { api = "max-age=600", files = "max-age=365000000, immutable" } ``` Closes https://github.com/astral-sh/uv/issues/10444. |
||
|---|---|---|
| .. | ||
| projects | ||
| authentication.md | ||
| build-backend.md | ||
| cache.md | ||
| configuration-files.md | ||
| index.md | ||
| indexes.md | ||
| python-versions.md | ||
| resolution.md | ||
| tools.md | ||