If I set the expires time for an object I store in the memcache to 5 seconds, will it definitely not exist in the memcache 10 seconds later?
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.
Here’s what the App Engine for Java Doc says:
So my understanding is it that the data will no longer be present after the specified expiration time.
However as the Memcache server probably runs on a different node than the webserver servicing the request the clock of both servers may not be perfectly synchronized.