- Published on
CircleCI
- Authors
- Name
- Bowen Y
Cache in CircleCI
In CircleCI, the save_cache step allows you to cache dependencies or other directories between jobs. The scope of a cache in CircleCI is at the repository level, but its applicability can be fine-tuned using keys that may include branch names, environment variables, or other parameters. Here's how it works: