DATAREDIS-383 - Improve JavaDoc of RedisCacheManager.

Extended description on setCacheNames(..).

Original pull request: #132.
This commit is contained in:
Stephane Nicoll
2015-03-18 10:48:15 +01:00
committed by Thomas Darimont
parent 738f41b169
commit d0a0a6a78b

View File

@@ -106,7 +106,9 @@ public class RedisCacheManager extends AbstractTransactionSupportingCacheManager
/**
* Specify the set of cache names for this CacheManager's 'static' mode. <br>
* The number of caches and their names will be fixed after a call to this method, with no creation of further cache
* regions at runtime.
* regions at runtime. <br>
* Calling this with a {@code null} or empty collection argument resets the mode to 'dynamic', allowing for further
* creation of caches again.
*/
public void setCacheNames(Collection<String> cacheNames) {