From 339a5da81d01d77bc1448fba4ff4c0a9f78f8c61 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 8 Apr 2022 21:43:39 -0700 Subject: [PATCH] Removing go-cache (#4169) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f132cff9..1d9e3571 100644 --- a/README.md +++ b/README.md @@ -641,7 +641,6 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [fastcache](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. - [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. - [gdcache](https://github.com/ulovecode/gdcache) - A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache. -- [go-cache](https://github.com/pmylund/go-cache) - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. - [go-mcache](https://github.com/OrlovEvgeny/go-mcache) - Fast in-memory key:value store/cache library. Pointer caches. - [gocache](https://github.com/eko/gocache) - A complete Go cache library with mutiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. - [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.