Core.retrieveByPath and caching

1
Hey there   I had to write some code in Java, and I’m using Core.retrieveByPath(...) method in order to retrieve objects of an association. I realized that no cache is used → if I execute several times Core.retrieveByPath(...) on the same entity, there is a db query executed each time ; is there a way to use a level 1 cache (only in this transaction) ? Or do I have to implement it myself ?   Thanks
asked
0 answers