Greetings!
I’m trying to set up caching for a small MyBatis & Spring app and following their pdf doc my xml mapper contains
<cache />
Configuration xml file at the top has settings as follows:
<settings>
<setting name="cacheEnabled" value="true" />
</settings>
logging with log4j is set for DEBUG, but I see no indications that cache is working as expected.
I’m not sure what I’m missing here.
Thanks in advance
… that was easy:
… the rest: not so much. Just can’t get the caching to work.
I think it’s time to switch to something else. Check out their mailing list and draw your own conclusions.