Skip to content

autoload-cache-1.6

Compare
Choose a tag to compare
@qiujiayu qiujiayu released this 22 Apr 06:42
· 515 commits to master since this release

1:使用@CacheDeleteKey 定义删除缓存Key的规则;
2:@Cache中增加opType属性,支持把执行结果直接更新到缓存中,不从缓存取数据。
3:使用Lua脚本批量删除Redis缓存。

详细的使用,可以参考:https://github.com/qiujiayu/cache-example 中的UserDAO。