There was an error while loading. Please reload this page.
1 parent 78a5b00 commit 378d1dfCopy full SHA for 378d1df
README.md
@@ -18,3 +18,4 @@ Cache backends
18
- https://github.com/gregjones/httpcache/diskcache provides a filesystem-backed cache using the [diskv](https://github.com/peterbourgon/diskv) library.
19
- https://github.com/gregjones/httpcache/memcache provides memcache implementations, for both App Engine and 'normal' memcache servers
20
- https://github.com/sourcegraph/s3cache uses Amazon S3 for storage.
21
+- https://github.com/gregjones/httpcache/leveldbcache provides a filesystem-backed cache using [leveldb](https://github.com/syndtr/goleveldb/leveldb)
0 commit comments