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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As I understood after reading wikipedia and memcached.org it has at least following features
similiar concept is not
Dictionary<string, object>butHttpContext.Current.Cache, but still it is different