1
0
Fork 0
toolkit/packages/cache
Aiqiao Yan 7409ad5fae Change variable path to a list 2020-05-12 12:02:18 -04:00
..
__tests__ Change variable path to a list 2020-05-12 12:02:18 -04:00
src Change variable path to a list 2020-05-12 12:02:18 -04:00
CONTRIBUTIONS.md Initial commit to create @actions/cache package 2020-05-12 12:02:18 -04:00
README.md Change variable path to a list 2020-05-12 12:02:18 -04:00
RELEASES.md Initial commit to create @actions/cache package 2020-05-12 12:02:18 -04:00
package-lock.json Initial commit to create @actions/cache package 2020-05-12 12:02:18 -04:00
package.json Initial commit to create @actions/cache package 2020-05-12 12:02:18 -04:00
tsconfig.json Initial commit to create @actions/cache package 2020-05-12 12:02:18 -04:00

README.md

@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".