Specify ID for cache providers section in reference docs

Closes gh-13551
This commit is contained in:
Andy Wilkinson 2018-06-25 13:11:18 +01:00
parent 2f952fde6c
commit 205bb764d5

View File

@ -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