Develop SpringBoot Cache 系列 SpringBoot Cache 系列(一):概要 在 Spring Boot 中,缓存是提升应用性能的重要手段,常见的缓存方案可以分为 **本地缓存** 和 **分布式缓存** 两类。