mybatis缓存清除方法时间:2023-03-09 08:37:07 String cacheName = IWenshiduDao.class.getName(); Ehcache cache = CacheManager.create().getEhcache(cacheName); cache.removeAll(); 来自为知笔记(Wiz)