提交 c4049a98 编写于 作者: S Stephane Nicoll

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.
上级 fbe60512
......@@ -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
<<tx-annotation-driven-settings, `@Transactional`>>:
[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"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册