I can't seem to make the cache work properly
Here's my
persistence.xml
application-context.xml
Test class
When running the test, I see in the console the SQL statement executed twice, although I would have expected that the object was already cached.
Thank you