CloudMemoryCache - Combines Azure Redis Cache and MemoryCache together NuGet Package

Why CloudMemoryCache?

Well, Azure Redis Cache is introduced as "High performance" here, it's still a network call to get/set a cache.

The performance is inevitablely slower than reading from memory. Also from time to time the network connection will be fail. It's rare but it's nature of network. If cache is in memory, it's fast and reliable.

While MemoryCache has its pain points.

You don't know what's in the memory now! Believe me, sometimes you do want to know. Another pain is that cache is seperated within process. You have multiple service instances for load-balancing. You think their cache are the same but actual not! Furthermore, after process exits, cache is gone!

So you need a bridge between cloud and memory.

This is why CloudMemoryCache born. It's designed to connect the two ends and make your cache logic easier. You may think the concept is simple so it should be easy to make it out. Please continue to read more detailed document then you'll understand how we make it fit for production environment.

Complexity comes from detail but we designed it in a way that hide complexity for you. More simple for you to use, less issue you will hit.

CloudMemoryCache is running inside more and more production services and benefitial more and more users. We sincerely welcome new users as you! Enjoy it!.




Got any CloudMemoryCache - Combines Azure Redis Cache and MemoryCache together Question?





Info

Version: 1.0.3
Author(s): Changhong94
Last Update: Tuesday, June 28, 2016
.NET Fiddle: Create the first Fiddle
Project Url: http://cloudmemorycache.azurewebsites.net/
NuGet Url: https://www.nuget.org/packages/CloudMemoryCache


Install
Install-Package CloudMemoryCache
dotnet add package CloudMemoryCache
paket add CloudMemoryCache
CloudMemoryCache Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

8

days-since-last-release

2852