jetcache
jetcache copied to clipboard
@Cached缓存更新及同步问题
如果使用@Cached方法缓存了数据库的一张表为list, 那么我怎样在修改某行数据时,更新我缓存中的list呢?只能定时@CacheRefresh ?
没有办法,定时失效吧。