Fix cross references

This commit is contained in:
Rob Winch
2023-04-19 10:26:17 -05:00
committed by rstoyanchev
parent 6b341ddf19
commit 139cde47e2
296 changed files with 1505 additions and 1505 deletions

View File

@@ -2,12 +2,12 @@
= Cache Abstraction
Since version 3.1, the Spring Framework provides support for transparently adding caching to
an existing Spring application. Similar to the <<data-access.adoc#transaction, transaction>>
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 <<cache-jsr-107,JSR-107 annotations>> and more customization options.
for xref:integration/cache/jsr-107.adoc[JSR-107 annotations] and more customization options.