Cache (CI) - CI/CD用語集の定義
cache は、依存関係や build 出力を run 間で保存し、再計算する代わりに復元できるようにします - CI における最大の高速化です。
関連ガイド
CI Caching Explained: Speed Up Pipelines Without Breaking ThemHow CI caching works, what to cache (dependencies, build outputs, Docker layers), how cache keys and restore…
actions/cache: Keys, Restore Keys & Best PracticesReference for actions/cache - how cache keys and restore-keys work, what to cache per ecosystem, and how to a…