Using EHCache with ASP.NET?
Posted
by frankadelic
on Stack Overflow
See other posts from Stack Overflow
or by frankadelic
Published on 2010-03-12T05:08:13Z
Indexed on
2010/03/12
5:17 UTC
Read the original article
Hit count: 639
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?
© Stack Overflow or respective owner