Skip to content

Commit

Permalink
README bump with contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Whitley committed Aug 29, 2016
1 parent 45c3325 commit 9cda4e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,18 @@ The presence of this header flag will bypass the cache, ensuring you aren't look
- `apicache` is currently an in-memory cache, built upon [memory-cache](https://github.com/ptarjan/node-cache). It may later be expanded to allow other cache-layers.
- This should only be used for JSON responses (as from an API) - if for no other reason, because it will return the cached response as `application/json`. There's a reason it's called `apicache`.

## Contributors

Special thanks to all those that use this library and report issues, but especially to the following active users that have helped add to the core functionality!

- @rutgernation - JSONP support
- @Amhri - bugfix headers (with redis)
- @enricsangra - added x-apicache-force-fetch header
- @tskillian - custom appendKey path support
- @agolden - Content-Encoding preservation (for gzip, etc)
- @davidyang - express 4+ compatibility
- @gesposito - README update
- @Webcascade - bugfix in cache groups (during debug)
- @nmors - redis support


0 comments on commit 9cda4e0

Please sign in to comment.