Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/cache
cache libs for golang
https://github.com/zcong1993/cache
Last synced: about 22 hours 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T15:39:59.000Z (about 6 years ago)
- Last Synced: 2023-08-12T05:52:55.642Z (about 1 year ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache [![Go Report Card](https://goreportcard.com/badge/github.com/zcong1993/cache)](https://goreportcard.com/report/github.com/zcong1993/cache) [![codecov](https://codecov.io/gh/zcong1993/cache/branch/master/graph/badge.svg)](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