mirror of https://github.com/actions/toolkit
13 lines
369 B
Markdown
13 lines
369 B
Markdown
# `@actions/cache`
|
|
|
|
> 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). |