Using .NET, how and why to use the memcached?
Posted
by fredzvt
on Stack Overflow
See other posts from Stack Overflow
or by fredzvt
Published on 2010-03-30T13:38:55Z
Indexed on
2010/03/30
16:43 UTC
Read the original article
Hit count: 309
I hear much talk about memcached, but when briefly studied on it, I couldn't understand what advantages I can take instead of using the good old Dictionary<string, object>
to cache my data in my applications.
Can someone explain it to me?
© Stack Overflow or respective owner