wolfeidau/Cache

Cache artifacts like dependencies and build outputs to improve workflow execution time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathA list of files, directories, and wildcard patterns to cache and restoreyes
keyAn explicit key for restoring and saving the cacheyes
restore-keysAn ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.no
endpointThe endpoint for the cache object serviceno
namedescription
cache-hitA boolean value to indicate an exact match was found for the primary key