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