There was an error while loading. Please reload this page.
1 parent 738f41b commit d0a0a6aCopy full SHA for d0a0a6a
src/main/java/org/springframework/data/redis/cache/RedisCacheManager.java
@@ -106,7 +106,9 @@ public Cache getCache(String name) {
106
/**
107
* Specify the set of cache names for this CacheManager's 'static' mode. <br>
108
* The number of caches and their names will be fixed after a call to this method, with no creation of further cache
109
- * regions at runtime.
+ * regions at runtime. <br>
110
+ * Calling this with a {@code null} or empty collection argument resets the mode to 'dynamic', allowing for further
111
+ * creation of caches again.
112
*/
113
public void setCacheNames(Collection<String> cacheNames) {
114
0 commit comments