[mybatis]一級緩存與二級緩存配置(mybatis3.4.0)

  • 二級緩存
  • 添加<cache />便可
  • 日誌:
2019-05-20 16:28:16.525 [http-nio-8830-exec-2] DEBUG com.asiainfo.mysql.MysqlMapper -
				Cache Hit Ratio [com.asiainfo.mysql.MysqlMapper]: 0.5

二級緩存配置:java

<!-- 不使用二級緩存 -->
<select id="selectByFields" resulttype="java.util.HashMap" usecache="false">

不使用一級緩存
flushCache="true"
```</select>
相關文章
相關標籤/搜索