From 4a0fa62d2e7eca9e563a3eb3bd27b0323429f432 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 19 Nov 2021 13:24:17 +0000 Subject: [PATCH] Polish "Replace "you're"" See gh-28710 --- .../spring-boot-docs/src/docs/asciidoc/io/caching.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc index 81fefd564c..dba2c44d5e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc @@ -201,7 +201,7 @@ NOTE: By default, a key prefix is added so that, if two separate caches use the We strongly recommend keeping this setting enabled if you create your own `RedisCacheManager`. TIP: You can take full control of the default configuration by adding a `RedisCacheConfiguration` `@Bean` of your own. -This can be useful if you need to customizing the default serialization strategy. +This can be useful if you need to customize the default serialization strategy. If you need more control over the configuration, consider registering a `RedisCacheManagerBuilderCustomizer` bean. The following example shows a customizer that configures a specific time to live for `cache1` and `cache2`: