使用spring緩存數據

1、引入依賴 2、 @EnableCaching 開啓緩存註解 3、使用 @Cacheable 註解【在service實現層的方法上使用】 4、使用 @CachePut 註解必須結合 @Cacheable一起使用【在service實現層的方法上使用】 5、使用 @CacheEvict 註解必須結合 @Cacheable一起使用【在service實現層的方法上使用】
相關文章
相關標籤/搜索