We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8b4a9 commit de1bfd3Copy full SHA for de1bfd3
src/main/asciidoc/reference/redis-cache.adoc
@@ -58,7 +58,7 @@ The following example shows how to set a static prefix:
58
[source,java]
59
----
60
// static key prefix
61
-RedisCacheConfiguration.defaultCacheConfig().prefixKeysWith("( ͡° ᴥ ͡°)");
+RedisCacheConfiguration.defaultCacheConfig().prefixCacheNameWith("( ͡° ᴥ ͡°)");
62
63
The following example shows how to set a computed prefix:
64
0 commit comments