fix: npm proxy issues
Some checks failed
docker-release / build-and-push (push) Failing after 10m2s

This commit is contained in:
2025-11-14 22:00:04 +08:00
parent 83bb6623e8
commit 9692219e0f
4 changed files with 228 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
// Package cache defines the disk-backed store responsible for translating hub
// requests into StoragePath/<hub>/<path> files. The store exposes read/write
// requests into StoragePath/<hub>/<path>.body files. The store exposes read/write
// primitives with safe semantics (temp file + rename) and surfaces file info
// (size, modtime) for higher layers to implement conditional revalidation.
// Proxy handlers depend on this package to stream cached responses or trigger