通过学习, 知道@Cacheable
是代理, 调用内部方法不生效, 但是遇到了 Shiro 下缓存失效问题, 参考 -> Spring service with cacheable methods gets initialized without cache when autowired in Shiro realm, 解决了问题
1 |
通过学习, 知道@Cacheable
是代理, 调用内部方法不生效, 但是遇到了 Shiro 下缓存失效问题, 参考 -> Spring service with cacheable methods gets initialized without cache when autowired in Shiro realm, 解决了问题
1 |