After doing a set , when i try to get a object from memcached, it gives me a hashed value but i want the values inside the object that was set with set function call…
Anyone having idea how to solve it??
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.
Spymemcached deserializes and decompresses java objects when you get them back from memcached. If you get an Object back then you should be able to type cast it to the corresponding java object.