Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 6088367

Browse files
committed
Add new cache backends to Readme list
Closes #43
1 parent eb50150 commit 6088367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Cache backends
2121
- https://github.com/gregjones/httpcache/memcache provides memcache implementations, for both App Engine and 'normal' memcache servers
2222
- https://github.com/sourcegraph/s3cache uses Amazon S3 for storage.
2323
- https://github.com/gregjones/httpcache/leveldbcache provides a filesystem-backed cache using [leveldb](https://github.com/syndtr/goleveldb/leveldb)
24+
- https://github.com/die-net/lrucache provides an in-memory cache that will evict least-recently used entries
25+
- 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

0 commit comments

Comments
 (0)