How the best way to increment the Expiration time for objects in Memcache using GAE in Java?
I will try setting the object again, but this is the correct approach?
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.
memcache uses a least recently used eviction algorithm. If you query on the object, it should cause it to be retained longer.