Skip to content

Commit

Permalink
Added FastCache
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jitbit authored Aug 1, 2023
1 parent 1cb7c05 commit f415d1c
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 @@ -276,6 +276,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w
* [Akavache](https://github.com/reactiveui/Akavache) - An asynchronous, persistent key-value store
* [EasyCaching](https://github.com/dotnetcore/EasyCaching) - A caching library that contains basic and some advanced usages of caching which can help handle caching more easier!
* [CacheManager](https://github.com/MichaCo/CacheManager) - A common interface and abstraction layer for caching.
* [FastCache](https://github.com/jitbit/FastCache) - 10X faster alternative to `MemoryCache` for .NET
* [Foundatio](https://github.com/FoundatioFx/Foundatio#caching) - A common interface with in memory, Redis and hybrid implementations.
* [Cashew](https://github.com/joakimskoog/Cashew) - a .NET library for caching responses easily with an `HttpClient` through an API that is simple and elegant yet powerful.
* [Cache Tower](https://github.com/TurnerSoftware/CacheTower) - An efficient multi-layered caching system for .NET (In-Memory, Redis, Database, File etc)
Expand Down

0 comments on commit f415d1c

Please sign in to comment.