We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedaf65 commit c5879d3Copy full SHA for c5879d3
src/main/java/org/springframework/data/redis/cache/RedisCacheConfiguration.java
@@ -167,7 +167,7 @@ public RedisCacheConfiguration prefixKeysWith(String prefix) {
167
* The generated cache key will be: {@code prefix + cache name + "::" + cache entry key}.
168
*
169
* @param prefix the prefix to prepend to the cache name.
170
- * @return this.
+ * @return new {@link RedisCacheConfiguration}.
171
* @see #computePrefixWith(CacheKeyPrefix)
172
* @see CacheKeyPrefix#prefixed(String)
173
* @since 2.3
0 commit comments