1
0
Fork 0
toolkit/packages/cache/README.md

13 lines
369 B
Markdown
Raw Normal View History

# `@actions/cache`
2020-05-06 21:53:22 +00:00
> Functions necessary for caching dependencies and build outputs to improve workflow execution time.
## Usage
#### Restore Cache
#### Save Cache
## Additional Documentation
See ["Caching dependencies to speed up workflows"](https://help.github.com/github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows).