mirror of
https://github.com/gradle/actions.git
synced 2026-05-07 02:22:05 +08:00
193108951e
- Describe the limitations/properties of the GitHub Actions cache - Document the algorithm for generating a cache key, and the way that cache entries are matched - Describe in more detail how entries are de-duplicated - Explain how cache entries can be optimized in Job pipelines Fixes #831 Fixes #608