1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Add cache section for Actions REST API (#24924)

* Add cache section for Actions REST API

* Add permissions entries, cache section

* Add new cache directory after REST reactify changes

* Update content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Add versioning for GHES/AE

Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Lucas Costi
2022-03-16 20:37:19 +10:00
committed by GitHub
parent 9dd1b8982c
commit cfba19d927
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Reference: #6154
# Documentation for Actions cache management APIs (initial ship)
versions:
fpt: '*'
ghec: '*'
ghes: '> 3.4'
ghae: 'issue-6154'

View File

@@ -0,0 +1,3 @@
## Cache
The cache API allows you to query and manage the {% data variables.product.prodname_actions %} cache for repositories. For more information, see "[Caching dependencies to speed up workflows](/actions/advanced-guides/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy)."