0
votes

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?

1
Do you have the ObjectifyFilter installed?stickfigure
Yes , Sure. it's the first stepimountasser

1 Answers

0
votes

If you are doing this within the same request then yes, you are seeing the session cache.

See: https://code.google.com/p/objectify-appengine/wiki/Caching