Skip to content

Commit 143b820

Browse files
committed
Merge pull request #28078 from dreis2211
* pr/28078: Fix link in caching docs Closes gh-28078
2 parents 1829dc4 + 3e831fe commit 143b820

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/io

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Otherwise, the method is invoked, and the cache is updated before returning the
2222
CAUTION: You can also use the standard JSR-107 (JCache) annotations (such as `@CacheResult`) transparently.
2323
However, we strongly advise you to not mix and match the Spring Cache and JCache annotations.
2424

25-
If you do not add any specific cache library, Spring Boot auto-configures a <<caching#io.caching.provider.simple,simple provider>> that uses concurrent maps in memory.
25+
If you do not add any specific cache library, Spring Boot auto-configures a <<io.caching.provider.simple,simple provider>> that uses concurrent maps in memory.
2626
When a cache is required (such as `piDecimals` in the preceding example), this provider creates it for you.
2727
The simple provider is not really recommended for production usage, but it is great for getting started and making sure that you understand the features.
2828
When you have made up your mind about the cache provider to use, please make sure to read its documentation to figure out how to configure the caches that your application uses.

0 commit comments

Comments
 (0)