views:

164

answers:

1

I have heard of .NET APIs for memcached.

Is there any equivalent for EHCache?

I am envisioning a cluster of linux machines running EHCache, serving cached objects for a farm of ASP.NET webservers. Is this practical? Can this be done without installing Java on the ASP.NET servers?

+1  A: 

This article discusses the memcached architecture in more detail: How memcached works.

Can this be done without installing Java on the ASP.NET servers?

Nop

c0mrade
I was asking about EHCache, not memcached. Specifically, is there a .NET API for EHCache.
frankadelic