springboot缓存总结

一 SpringBoot 缓存 1. 简介 1.1 概述     Spring 从3.1开始定义了 org.springframework.cache.Cache 和 org.springframework.cache.CacheManager 接口来统一不同的缓存技术,并支持使用 JCache(JSR-107)注解简化我们开发。SpringCache本质上不是一种缓存的实现,而是一种缓存的抽象[
相关文章
相关标签/搜索