Skip to content

Commit c4049a9

Browse files
committed
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.
1 parent fbe6051 commit c4049a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/asciidoc/index.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49628,6 +49628,13 @@ options to be specified that influence the way the caching behavior is added to
4962849628
application through AOP. The configuration is intentionally similar with that of
4962949629
<<tx-annotation-driven-settings, `@Transactional`>>:
4963049630

49631+
[NOTE]
49632+
====
49633+
Advanced customizations using Java config require to implement `CachingConfigurer`, refer
49634+
to {javadoc-baseurl}/org/springframework/cache/annotation/CachingConfigurer.html[the
49635+
javadoc for more details].
49636+
====
49637+
4963149638
[[cache-annotation-driven-settings]]
4963249639
.Cache annotation settings
4963349640
[cols="1,1,1,3"]

0 commit comments

Comments
 (0)