Fix Javadoc in RedisCacheConfiguration.
The prefixCacheNameWith() method returns a new instance, not `this`. Closes #2539
This commit is contained in:
committed by
John Blum
parent
5a39b3564e
commit
6316609fbf
@@ -147,7 +147,7 @@ public class RedisCacheConfiguration {
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user