github.com/jxskiss/gopkg/v2@v2.14.9-0.20240514120614-899f3e7952b4/infra/acache/README.md (about) 1 # acache 2 3 Package acache contains an async cache implementation. 4 5 ## Reference 6 7 1. [golang.org/x/sync/singleflight](https://github.com/golang/sync/tree/master/singleflight) 8 2. [sync.singleflight 到底怎么用才对?](https://www.cyningsun.com/01-11-2021/golang-concurrency-singleflight.html) 9 3. [AsyncCache from ByteDance](https://github.com/bytedance/gopkg/tree/main/cache/asynccache)