tags:

views:

96

answers:

3

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.

+2  A: 

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.

Aaronaught
I would recommend the same.
Will Marcouiller
That got promoted to be part of .NET 4.0. But the way its written it's just begging for other caching frameworks to use the same API.
Jonathan Allen
+1  A: 

Appfabric from Microsoft
Coherence from Oracle
NCache from Alachisfot
Memcache with .Net clients

Pratik
+1  A: 

NCache

SharedCache

Garett