How to achieve the following behavior by using the @Cacheable annotation?

前端 未结 0 437
北恋
北恋 2021-01-07 06:59

Let\'s assume that I have a method that fetches data from Mongo which can be cached into redis.

@Cacheable
public List cacheValues(List

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