Skip to content

Commit de1bfd3

Browse files
committedJan 25, 2024
Fix method name in Caching reference documentation.
Closes #2837
1 parent 7c8b4a9 commit de1bfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/asciidoc/reference/redis-cache.adoc

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

0 commit comments

Comments
 (0)
Please sign in to comment.