Skip to content

Commit 901d907

Browse files
authored
Update README adding project status (gregjones#100)
1 parent 3befbb6 commit 901d907

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Package httpcache provides a http.RoundTripper implementation that works as a mo
77

88
It is only suitable for use as a 'private' cache (i.e. for a web-browser or an API-client and not for a shared proxy).
99

10+
This project isn't actively maintained; it works for what I, and seemingly others, want to do with it, and I consider it "done". That said, if you find any issues, please open a Pull Request and I will try to review it. Any changes now that change the public API won't be considered.
11+
1012
Cache Backends
1113
--------------
1214

@@ -19,6 +21,8 @@ Cache Backends
1921
- [`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.
2022
- [`github.com/birkelund/boltdbcache`](https://github.com/birkelund/boltdbcache) provides a BoltDB implementation (based on the [bbolt](https://github.com/coreos/bbolt) fork).
2123

24+
If you implement any other backend and wish it to be linked here, please send a PR editing this file.
25+
2226
License
2327
-------
2428

0 commit comments

Comments
 (0)