From c4049a989aabaddc94ac539f6b57a7fb46d31150 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 22 Dec 2014 11:37:44 +0100 Subject: [PATCH] Better doc reference of CachingConfigurer Update the documentation to better reflect the fact that a @EnableCaching configuration class must implement CachingConfigurer in order to provide advanced customizations to the cache abstraction. --- src/asciidoc/index.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 480170aec55..8afa1db5ba2 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -49628,6 +49628,13 @@ options to be specified that influence the way the caching behavior is added to application through AOP. The configuration is intentionally similar with that of <>: +[NOTE] +==== +Advanced customizations using Java config require to implement `CachingConfigurer`, refer +to {javadoc-baseurl}/org/springframework/cache/annotation/CachingConfigurer.html[the +javadoc for more details]. +==== + [[cache-annotation-driven-settings]] .Cache annotation settings [cols="1,1,1,3"]