From 205bb764d5c2dbf60511fc4d62ba2c766633ba72 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 25 Jun 2018 13:11:18 +0100 Subject: [PATCH] Specify ID for cache providers section in reference docs Closes gh-13551 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 2fc8fc2a8c9..52cef1b1db3 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -4122,6 +4122,8 @@ NOTE: If you are using the cache infrastructure with beans that are not interfac make sure to enable the `proxyTargetClass` attribute of `@EnableCaching`. + +[[boot-features-caching-provider]] === Supported cache providers The cache abstraction does not provide an actual store and relies on abstraction materialized by the `org.springframework.cache.Cache` and