I have already tried using objectify to manage my app engine data store. I find my entities using load operation and i modify a field in my entity but i don't save it.
i retrieve the same entity with another load operation and i see that the field is updated knowing that i don't save the entity.
is it the session cache of objectify, is it the core cache of objectify responsible for this behavior?