What caching libraries would you consider to be the most important or useful for .NET?
I'm asking because I need to contact them to see they plan on supporting .NET 4.0's caching framework.
Caching enables you to store data in memory for rapid access. When the data is accessed again, applications can get the data from the cache instead of retrieving it from the original source. This can improve performance and scalability.
Appfabric from Microsoft
Coherence from Oracle
NCache from Alachisfot
Memcached with .Net clients
Aside from the ASP.NET cache, the only one I've seen in common use (and used myself) is Microsoft's own Caching Application Block in the Enterprise Library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With