Skip to content

autoload-cache-1.0

Compare
Choose a tag to compare
@qiujiayu qiujiayu released this 11 Mar 06:10
· 540 commits to master since this release

变更记录:
1:@Cache 中增加 autoloadCondition ,用于动态设置autoload值;
2:把CacheGeterSeter 更名为 ICacheManager;
3:增加AbstractCacheManager抽象类,并将CachePointCut类改为继承此类;以便于实现一个工程中,使用多个缓存aop配置。
4: <aop:around pointcut-ref="..." method="proceed" /> 中method 值改为 "proceed";
5:增加AdminServlet,在页面中打印自动加载队列所有内容,同时增加删除缓存等功能。
6:往redis set 数据方法变更,使用setEx方法代替 set + expire,提升操作性能;