Hi guys, we are deciding which orm framework is the best option for a particular project. We are specially interested in cache behavior/performance.
Is there a way that allow to configure the maximum time for an object stored in cache?
I think that maybe this configuration does not have much sense given that ebean manages all de changes in the entities (even external changes) and updates the objects storage in cache accordingly and immediately. Am I ok?
Thanks for your time.