Getting started
To use Pants caching, you can produce a ready-to-use configuration using the CLI:Configure cache access
GitHub Actions Example
pants.toml path can be customized if you need to use a specific configuration file.
How it works
The Pants remote caching solution employs a tiered caching approach, where the hot cache lives as close to the consumer (e.g. your CI job runner) as possible. The cold caching tier is backed by our high-performance artifact storage and enables Pants to retain a vast amount of cached artifacts. Access to the Pants cache is granted through short-lived secure credentials.Usage
Namespace accounts Pants cache usage in two categories:- Pants cache storage
- Pants cache reads