diff --git a/src/main/java/org/springframework/data/redis/cache/RedisCacheConfiguration.java b/src/main/java/org/springframework/data/redis/cache/RedisCacheConfiguration.java index faee681bff..582b15aba3 100644 --- a/src/main/java/org/springframework/data/redis/cache/RedisCacheConfiguration.java +++ b/src/main/java/org/springframework/data/redis/cache/RedisCacheConfiguration.java @@ -147,7 +147,7 @@ public RedisCacheConfiguration entryTtl(Duration ttl) { * The generated cache key will be: {@code prefix + cache name + "::" + cache entry key}. * * @param prefix the prefix to prepend to the cache name. - * @return this. + * @return new {@link RedisCacheConfiguration}. * @see #computePrefixWith(CacheKeyPrefix) * @see CacheKeyPrefix#prefixed(String) * @since 2.3