spring cache - how to revert back to original cache if update logic fails? - @cacheable @cacheput @cacheevict

后端 未结 0 1696
暖寄归人
暖寄归人 2021-01-15 03:38
@Cacheable(value = "moviesCache")
public Collection getMovies() {
    Collection moviesList = new ArrayList<>();
    
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题