I am trying to understand what would be the need to go with a solution like memcached. It may seem like a silly question – but what does it bring to the table if all I need is to cache objects? Won’t a simple hashmap do ?
Share
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.
Quoting from the memcache web site, memcache is…
A key word here is distributed. In general, quoting from the memcache site again,
I would highly recommend reading the detailed description of memcache.