Im doing this standard procedure on my server, with a "@Cache" - Entity
- load entity, ObjectifyService.ofy().load().key(...)
- manipulate the entity
- save the entity, ObjectifyService.ofy().save().entity(...).now()
But when I look up in my appstat I find that there is never a successful load from the Memcache. Because I see a Get-Request to the Memcache followed by a Get-Request to the Datastore, all the time see it here. Meaning that the Memcache does not contain my entity, as I understand. The method is called every 10th seconds.
This is a similar discussion (without an answer for me) I found so far. https://groups.google.com/forum/#!topic/objectify-appengine/d-yzaNLJL4s