From 7db38c17a455815a7dc7d53b72d0e81921927490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonathan=20M=C3=A4gi?= Date: Tue, 26 May 2015 16:05:14 +0300 Subject: [PATCH] Added GCache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c09b69..297c83e 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [couchcache](https://github.com/codingsince1985/couchcache) - A RESTful caching micro-service backed by Couchbase server. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. * [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. +* [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - An implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in the Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.