Expand description
CI Cache Operations
Handles cache lookups and storage for CI task execution based on content-addressable digests and cache policies.
This module provides:
LocalCacheBackend: File-based cache for local development- Legacy helper functions for backward compatibility
Structs§
- Cache
Metadata - Metadata stored with cached task results
- Cache
Result - Result of a cache lookup
- Local
Cache Backend - Local file-based cache backend
- Task
Logs - Task execution logs
Enums§
- Cache
Error - Error types for cache operations (legacy, for backward compatibility)
Functions§
- check_
cache - Check cache before execution based on policy
- load_
logs - Load cached logs
- load_
metadata - Load cached task metadata
- store_
result - Store result after successful execution