Skip to content

Commit

Permalink
Better doc reference of CachingConfigurer
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
snicoll committed Dec 22, 2014
1 parent fbe6051 commit c4049a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c4049a9

Please sign in to comment.