Framework caching for .NET other than Velocity
What other caching frameworks are available for .NET besides the project codenamed Velocity. What are the ALT.NET options?
+1
BuddyJoe
source
to share
3 answers
Always Oracle Coherence . Many of the caching technologies mentioned here also have .Net libraries (e.g. memcached .
+1
cletus
source
to share
Distributed cache structures? Free?
There's a Windows version of memcached, but it's not very convenient. There's a Cacheman that looks ok. I would recommend Velocity over these, I saw Velocity being used on a fairly high traffic website and it gets the job done.
+1
jwanagel
source
to share
There is Ncache and the free NCache Express . Also take a look at ScaleOut State Server .
+1
PeeVeeGee
source
to share