So I have a rest service that is powered by the datastore. We have a angular front-end and java backend, and use REST to access the datastore data. To keep the front-end up-to-date, I want to access the datastore data once per day, and store once per day.
I assume I should access it once at the beginning of the day and store it in the memcache. Then, I should access the memcache every time a user loads the page. Assuming this is correct, should I access the memcache from the java end and make a rest call every time the user loads the page, or should I access the memcache directly from the front-end? Thanks, -Keith -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/bce1adfc-a9cb-4dd8-81e6-8162a8a44ae1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.