Cache (CI) - Definição do Glossário de CI/CD
Um cache armazena dependências ou saídas de build entre runs para que sejam restauradas em vez de recomputadas - o maior ganho de velocidade em CI.
Guias relacionados
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…