Using .NET, how and why to use the memcached (http://sourceforge.net/projects/memcacheddotnet/) may
- 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 to cache my data in my applications.
Can someone explain me?