tags:

views:

447

answers:

3

What other caching frameworks are available for .NET besides the project codenamed Velocity. What are the ALT.NET options?

+1  A: 

There's always Oracle Coherence. Many of the caching technologies mentioned here also have .Net libraries (eg memcached.

cletus
+1  A: 

Distributed cache frameworks? Free ones?

There's a Windows version of memcached but it's not great. There's Cacheman, which seems ok. I'd recommend Velocity over those, I've seen Velocity used on a pretty high traffic website and it gets the job done.

jwanagel
+1  A: 

There is Ncache and the free NCache Express. Also take a look at ScaleOut State Server.

PeeVeeGee