|
|
@ -1,6 +1,10 @@
|
|
|
|
# go-cache
|
|
|
|
# go-cache
|
|
|
|
|
|
|
|
|
|
|
|
ℹ️ go-cache is generic port of [go-cache](https://github.com/patrickmn/go-cache) library.
|
|
|
|
[](https://github.com/DenisPalnitsky/go-cache/actions/workflows/test.yaml)
|
|
|
|
|
|
|
|
[](https://codecov.io/gh/DenisPalnitsky/go-cache)
|
|
|
|
|
|
|
|
[](https://goreportcard.com/report/github.com/denispalnitsky/go-cache)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ℹ️ go-cache is generic port of great [go-cache](https://github.com/patrickmn/go-cache) library that was written by @patrickmn
|
|
|
|
|
|
|
|
|
|
|
|
go-cache is an generic in-memory key:value store/cache similar to memcached that is
|
|
|
|
go-cache is an generic in-memory key:value store/cache similar to memcached that is
|
|
|
|
suitable for applications running on a single machine. Its major advantage is
|
|
|
|
suitable for applications running on a single machine. Its major advantage is
|
|
|
|