From 3e8cd16279f8de120f7b0b9bb31870dd0f8fdb8d Mon Sep 17 00:00:00 2001 From: "Gabin, Matthieu-MIGROSONLINE" Date: Tue, 23 Jan 2024 18:37:41 +0100 Subject: [PATCH] Fix method name in Caching reference documentation. Closes #2837 --- src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc b/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc index 6491531dd..fbf61db5a 100644 --- a/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc +++ b/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc @@ -61,7 +61,7 @@ The following example shows how to set a static prefix: [source,java] ---- // static key prefix -RedisCacheConfiguration.defaultCacheConfig().prefixKeysWith("(͡° ᴥ ͡°)"); +RedisCacheConfiguration.defaultCacheConfig().prefixCacheNameWith("(͡° ᴥ ͡°)"); The following example shows how to set a computed prefix: