@Cacheable(value="articleCache") public List<Article> getHotArticles(); 有这么一个mybaitis查询方法,每次只返回五条数据,用了@cacheable注解进行缓存后页面显示不止五条了..... 查看完整描述