17 lines
695 B
Markdown
17 lines
695 B
Markdown
---
|
|
title: GitHub Actions Cache
|
|
allowTitleToDifferFromFilename: true
|
|
shortTitle: Cache
|
|
intro: 'The {% data variables.product.prodname_actions %} Cache API allows you to query and manage the {% data variables.product.prodname_actions %} cache for repositories.'
|
|
topics:
|
|
- API
|
|
versions:
|
|
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. For more information, see "[Caching dependencies to speed up workflows](/actions/advanced-guides/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy)."
|