Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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