From 6dbe03bb1a41be27b72b77dc7e01f12dc2a198c8 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 20 May 2019 21:40:28 +0900 Subject: [PATCH] Add akyoto/cache (#2518) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f3c19a8..d60d64d3 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [BigCache](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data. * [bolt](https://github.com/boltdb/bolt) - Low-level key/value database for Go. * [buntdb](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. +* [cache](https://github.com/akyoto/cache) - In-memory key:value store with expiration time, 0 dependencies, <100 LoC, 100% coverage. * [cache2go](https://github.com/muesli/cache2go) - In-memory key:value cache which supports automatic invalidation based on timeouts. * [clusteredBigCache](https://github.com/oaStuff/clusteredBigCache) - BigCache with clustering support and individual item expiration. * [cockroach](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore.