作用:ehcache主要用于缓存
过程:
1、maven(导包) mybatis-ehcache
2、定义cache
<cache type="org.mybatis.caches.ehcache.EhcacheCache"/>
其它参考
https://www.cnblogs.com/myseries/p/11370109.html