diff --git a/README.md b/README.md index 4375ebf1..2016e5cd 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-geoindex](https://github.com/hailocab/go-geoindex) - In-memory geo index. * [go-mcache](https://github.com/OrlovEvgeny/go-mcache) - Fast in-memory key:value store/cache library. Pointer caches. * [go-rquad](https://github.com/aurelien-rainone/go-rquad) - Region quadtrees with efficient point location and neighbour finding. +* [gocache](https://github.com/eko/gocache) - A complete Go cache library with mutiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. * [goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue. * [gods](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. * [gofal](https://github.com/xxjwxc/gofal) - fractional api for Go.