https://github.com/creachadair/gocache
A support library for the GOCACHEPROG protocol
https://github.com/creachadair/gocache
go gocacheprog golang library toolchain
Last synced: 12 months ago
JSON representation
A support library for the GOCACHEPROG protocol
- Host: GitHub
- URL: https://github.com/creachadair/gocache
- Owner: creachadair
- License: other
- Created: 2024-08-15T23:24:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T23:13:00.000Z (about 1 year ago)
- Last Synced: 2025-06-12T00:23:35.976Z (about 1 year ago)
- Topics: go, gocacheprog, golang, library, toolchain
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocache
[](https://pkg.go.dev/github.com/creachadair/gocache)
[](https://github.com/creachadair/gocache/actions/workflows/go-presubmit.yml)
This repository defines a support library to implement the `GOCACHEPROG` plugin service.
## References
- [Original proposal](https://github.com/golang/go/issues/59719)
- [Experimental implementation](https://github.com/bradfitz/go-tool-cache)
- [Internal implementation](https://tip.golang.org/src/cmd/go/internal/cache/prog.go)