Session Cache

In most cases, if an entity is retrieved previously within a session, it does not have to be retrieved again, since it is stored in the session cache.

As a result, multiple BO reads against Java-backed MOs do not re-execute SQL.