摘要: Spring Cache 是 Spring 提供的的缓存解决方案,它并非是一个具体的缓存实现,而是和 JSR107 类似的一套缓存规范,基于注解并与 Spring 的无缝集成。本文主要介绍其基本概念及简单使用。 1、简介 1.1、Spring Cache 概述 Spring Cache 是 Spri 阅读全文
posted @ 2024-04-21 20:05 且行且码 阅读(1208) 评论(0) 推荐(0) 编辑