Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 346 Bytes

32-1.md

File metadata and controls

5 lines (3 loc) · 346 Bytes

32.1 介绍

Spring 框架从 3.1 开始,对 Spring 应用程序提供了透明式添加缓存的支持。和事务支持一样,抽象缓存允许一致地使用各种缓存解决方案,并对代码的影响最小。

从 4.1 版本开始,缓存抽象支持了 JSR-107 注释和更多自定义选项,从而得到了显著的改进。