2022-11-26 00:33:07 +08:00
|
|
|
[[cache]]
|
|
|
|
= Cache Abstraction
|
2023-04-19 23:26:17 +08:00
|
|
|
:page-section-summary-toc: 1
|
2022-11-26 00:33:07 +08:00
|
|
|
|
|
|
|
Since version 3.1, the Spring Framework provides support for transparently adding caching to
|
2023-04-19 23:26:17 +08:00
|
|
|
an existing Spring application. Similar to the xref:data-access/transaction.adoc[transaction]
|
2022-11-26 00:33:07 +08:00
|
|
|
support, the caching abstraction allows consistent use of various caching solutions with
|
|
|
|
minimal impact on the code.
|
|
|
|
|
|
|
|
In Spring Framework 4.1, the cache abstraction was significantly extended with support
|
2023-04-19 23:26:17 +08:00
|
|
|
for xref:integration/cache/jsr-107.adoc[JSR-107 annotations] and more customization options.
|
2022-11-26 00:33:07 +08:00
|
|
|
|
|
|
|
|
|
|
|
|