Expand description
Remote caching system for shared cache across CI/CD and team members.
Structs§
- Artifact
- Cached task artifact containing outputs and metadata.
- Artifact
Verifier - Verifies the integrity of an artifact.
- Cache
Key - Deterministic cache key for task execution results.
- Cache
KeyBuilder - Builder for constructing cache keys.
- Filesystem
Backend - Filesystem backend for remote cache.
- Http
Backend - HTTP backend for remote cache.
- Remote
Cache - Remote cache orchestrator.
- Remote
Cache Config - Configuration for remote cache.
Enums§
- Backend
Error - Error types for remote cache backend operations.
Traits§
- Remote
Cache Backend - Trait for remote cache backends.
Functions§
- detect_
toolchain_ version - Detects the toolchain version for a given language.