Skip to content

Commit

Permalink
Add request_cache_plug to Caching section
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Jul 10, 2023
1 parent 0d902ab commit 90ad27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis
* [lru_cache](https://github.com/arago/lru_cache) - Simple LRU Cache, implemented with ets.
* [memoize](https://github.com/melpon/memoize) - A memoization macro that easily cache function.
* [nebulex](https://github.com/cabol/nebulex) - A fast, flexible and extensible distributed and local caching library for Elixir.
* [request_cache_plug](https://github.com/MikaAK/request_cache_plug) - Easy to use caching for requests in either Phoenix Controllers or GraphQL resolvers. Bypasses JSON encoding/decoding for a large speedup.
* [stash](https://github.com/whitfin/stash) - A straightforward, fast, and user-friendly key/value store.

## Chatting
Expand Down

0 comments on commit 90ad27d

Please sign in to comment.