Skip to content

Commit 415c58e

Browse files
An1s9nsnicoll
authored andcommitted
Polish CacheManager customization section in reference doc
See gh-29094
1 parent 8c9d398 commit 415c58e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/caching.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The starter brings in `spring-context-support`.
5757
If you add dependencies manually, you must include `spring-context-support` in order to use the JCache, EhCache 2.x, or Caffeine support.
5858

5959
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.
60-
The following example sets a flag to say that `null` values should be passed down to the underlying map:
60+
The following example sets a flag to say that `null` values should not be passed down to the underlying map:
6161

6262
[source,java,indent=0,subs="verbatim"]
6363
----

0 commit comments

Comments
 (0)