Skip to content

Commit 018f244

Browse files
mgleshopmp911de
authored andcommitted
Fix method name in Caching reference documentation.
Closes #2837
1 parent 9510251 commit 018f244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following example shows how to set a static prefix:
6161
[source,java]
6262
----
6363
// static key prefix
64-
RedisCacheConfiguration.defaultCacheConfig().prefixKeysWith("(͡° ᴥ ͡°)");
64+
RedisCacheConfiguration.defaultCacheConfig().prefixCacheNameWith("(͡° ᴥ ͡°)");
6565
6666
The following example shows how to set a computed prefix:
6767

0 commit comments

Comments
 (0)