Using .NET, how and why to use the memcached?
- by fredzvt
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?