From ae87d67d14c74c08b94d809769d7c07218611a90 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Wed, 6 May 2020 21:35:28 +0200 Subject: [PATCH] add hcfilters in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51e7d23..609fd96 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Cache Backends - [`github.com/die-net/lrucache`](https://github.com/die-net/lrucache) provides an in-memory cache that will evict least-recently used entries. - [`github.com/die-net/lrucache/twotier`](https://github.com/die-net/lrucache/tree/master/twotier) allows caches to be combined, for example to use lrucache above with a persistent disk-cache. - [`github.com/birkelund/boltdbcache`](https://github.com/birkelund/boltdbcache) provides a BoltDB implementation (based on the [bbolt](https://github.com/coreos/bbolt) fork). +- [`moul.io/hcfilters`](https://moul.io/hcfilters) provides filtering middlewares that can wrap other backends. If you implement any other backend and wish it to be linked here, please send a PR editing this file.