Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /