Module remote_cache

Module remote_cache 

Source
Expand description

Remote caching system for shared cache across CI/CD and team members.

Structs§

Artifact
Cached task artifact containing outputs and metadata.
ArtifactVerifier
Verifies the integrity of an artifact.
CacheKey
Deterministic cache key for task execution results.
CacheKeyBuilder
Builder for constructing cache keys.
FilesystemBackend
Filesystem backend for remote cache.
HttpBackend
HTTP backend for remote cache.
RemoteCache
Remote cache orchestrator.
RemoteCacheConfig
Configuration for remote cache.

Enums§

BackendError
Error types for remote cache backend operations.

Traits§

RemoteCacheBackend
Trait for remote cache backends.

Functions§

detect_toolchain_version
Detects the toolchain version for a given language.