You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
545 B
11 lines
545 B
[[cache]] |
|
= Cache Abstraction |
|
:page-section-summary-toc: 1 |
|
|
|
Since version 3.1, the Spring Framework provides support for transparently adding caching to |
|
an existing Spring application. Similar to the xref:data-access/transaction.adoc[transaction] |
|
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 |
|
for xref:integration/cache/jsr-107.adoc[JSR-107 annotations] and more customization options.
|
|
|