latchkey-dev/Latchkey Fast Cache
High-performance streaming cache for Latchkey managed runners. Uses a single streaming HTTP request instead of the serial chunk pattern used by actions/cache@v4, eliminating Node.js bootstrap, reserve/commit API overhead, and serial 32MB PATCH round trips.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | "save" or "restore" | yes | — |
| path | Path(s) to cache (newline or space separated) | yes | — |
| key | Cache key | yes | — |
| cache-url | Cache proxy base URL | no | http://localhost:8080 |
Outputs
| name | description |
|---|---|
| cache-hit | Whether the cache was restored successfully |