springBoot Cache1. 增加项目依赖2. 配置3. 使用4. 常用注解5. 常用参数
springBoot Cache1. 增加项目依赖2. 配置3. 使用4. 常用注解5. 常用参数1. 增加项目依赖 // caffeine缓存 implementation 'org.springframework.boot:spring-boot-starter-cache' implementation 'com.github.ben-manes.caffeine:caffeine'注意gradle版本建议6.7以上,springboot版本建议2.4以上2. 配置@Co