spring @cache缓存注解

spring @cache缓存注解 注意事项 转至 http://www.javashuo.com/article/p-yfruwgfl-dm.html 注意事项 同一个类中的方法调用缓存不会生效(包括@cacheable @evicat等),调用父类方法也不可使用缓存。 key里面使用*通配符也是不生效的,须要指定具体key或者 allEntries = true
相关文章
相关标签/搜索