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 0067cab commit e7a2dd1Copy full SHA for e7a2dd1
src/main/java/org/springframework/data/redis/cache/RedisCacheConfiguration.java
@@ -147,7 +147,7 @@ public RedisCacheConfiguration entryTtl(Duration ttl) {
147
* The generated cache key will be: {@code prefix + cache name + "::" + cache entry key}.
148
*
149
* @param prefix the prefix to prepend to the cache name.
150
- * @return this.
+ * @return new {@link RedisCacheConfiguration}.
151
* @see #computePrefixWith(CacheKeyPrefix)
152
* @see CacheKeyPrefix#prefixed(String)
153
* @since 2.3
0 commit comments