> 文章列表 > Spring Boot 3.0系列【25】数据篇之Spring Cache缓存技术使用详解

Spring Boot 3.0系列【25】数据篇之Spring Cache缓存技术使用详解

Spring Boot 3.0系列【25】数据篇之Spring Cache缓存技术使用详解

有道无术,术尚可求,有术无道,止于术。

本系列Spring Boot版本3.0.5

源码地址:https://gitee.com/pearl-organization/study-spring-boot3

文章目录

    • 1. 缓存技术
    • 2. Spring Cache
      • 2.1 基于声明式注解的缓存
        • 2.1.1 环境搭建
        • 2.1.2 @EnableCaching
        • 2.1.3 @CacheConfig
        • 2.1.4 @Cacheable
        • 2.1.5 @CacheEvict
        • 2.1.6 @CachePut
        • 2.1.7 @Caching
      • 2.2 自定义配置
        • 2.2.1 配置文件
        • 2.2.2 配置