Expand description
Cache directory naming and root resolution.
Generates filesystem-safe cache keys from URLs and external identifiers.
Functionsยง
- archive_
cache_ component - Generate a cache directory component for an archive URL + SHA.
- git_
cache_ component - Generate a cache directory component for a git clone URL.
- global_
cache_ root - Resolve the global cache root directory.
- safe_
component - Generate a filesystem-safe single path component from an external identifier.
- safe_
component_ with_ hash - Generate a safe component with a hash suffix to prevent collisions.