nx/docs/courses/explore-nx/lessons/03-cache-task-results.md

13 lines
413 B
Markdown

---
title: 'Cache Task Results'
videoUrl: 'https://youtu.be/o-6jb78uuP0'
duration: '8:50'
---
Learn how Nx's sophisticated caching system ensures code is never rebuilt twice. This:
- drastically speeds up your task execution times while developing locally and in CI
- saves you money on CI/CD costs by reducing the number of tasks that need to be executed
Read more [in our docs](/features/cache-task-results)