I have implemented the following on GAE.
1. Fetch all entities in a Kind and identify the last updated
entity.
2. Set the memcache with a key and a property from the entity from
step one with specifying 6 hours longevity
3. Log the information and status
4. Define a cron job handle to do all steps 1, 2 and 3, in every 4
hours
Result: Works fine most of the time.
Problem: Memcache entry does not exist for the duration set for
it.
Question: 1. Is there any way to ensure Memcache key-value pair
for a defined time ?
2. Is there anyway to get a message from GAE on
forced Memcache flush out ?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.