We are using Spring JPA in our project without any L2 cache. As per the docs, within a session, the related entities are returned from the L1 cache.
To test this out,