变更记录:
- @Cache 中增加 autoloadCondition ,用于动态设置autoload值;
- 把CacheGeterSeter 更名为 ICacheManager;
- 增加AbstractCacheManager抽象类,并将CachePointCut类改为继承此类;以便于实现一个工程中,使用多个缓存aop配置。
- 中method 值改为 “proceed”;
- 增加AdminServlet,在页面中打印自动加载队列所有内容,同时增加删除缓存等功能。
- 往redis set 数据方法变更,使用setEx方法代替 set + expire,提升操作性能;
更加详细内容,请查看https://github.com/qiujiayu/AutoLoadCache
还有实例代码: https://github.com/qiujiayu/cache-example
时间: 2024-10-12 17:10:44