1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/content/rest/actions/cache.md
Sarah Edwards 517a72b5c2 Actions cache CLI extension (#29344)
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-07-28 15:02:27 +00:00

849 B

title, allowTitleToDifferFromFilename, shortTitle, intro, topics, versions
title allowTitleToDifferFromFilename shortTitle intro topics versions
GitHub Actions Cache true Cache The {% data variables.product.prodname_actions %} Cache API allows you to query and manage the {% data variables.product.prodname_actions %} cache for repositories.
API
fpt ghec ghes
* * >3.4

About the Cache API

The {% data variables.product.prodname_actions %} Cache API allows you to query and manage the {% data variables.product.prodname_actions %} cache for repositories. {% ifversion actions-cache-management %}You can also install a {% data variables.product.prodname_cli %} extension to manage your caches from the command line. {% endif %}For more information, see "Caching dependencies to speed up workflows."