https://github.com/zcong1993/cache
cache libs for golang
https://github.com/zcong1993/cache
Last synced: 8 months ago
JSON representation
cache libs for golang
- Host: GitHub
- URL: https://github.com/zcong1993/cache
- Owner: zcong1993
- License: mit
- Created: 2018-08-09T19:17:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T15:39:59.000Z (about 7 years ago)
- Last Synced: 2025-02-18T05:48:22.629Z (8 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache [](https://goreportcard.com/report/github.com/zcong1993/cache) [](https://codecov.io/gh/zcong1993/cache)
> cache for go
## Libs
- [expire](./expire) golang map with redis `expire` method, but in memory.
- [lru](./lru) simple lru cache in memory.## Dev
- install [go_generics](https://github.com/mmatczuk/go_generics), `go get -u github.com/mmatczuk/go_generics/cmd/go_generics`
- do something
- `make generate`## License
MIT © zcong1993