Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-29099
  • Loading branch information
snicoll committed Dec 17, 2021
2 parents a05714a + bcaa59c commit de383fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The starter brings in `spring-context-support`.
If you add dependencies manually, you must include `spring-context-support` in order to use the JCache, EhCache 2.x, or Caffeine support.

If the `CacheManager` is auto-configured by Spring Boot, you can further tune its configuration before it is fully initialized by exposing a bean that implements the `CacheManagerCustomizer` interface.
The following example sets a flag to say that `null` values should be passed down to the underlying map:
The following example sets a flag to say that `null` values should not be passed down to the underlying map:

[source,java,indent=0,subs="verbatim"]
----
Expand Down

0 comments on commit de383fc

Please sign in to comment.