Skip to content

Commit

Permalink
DATAREDIS-383 - Improve JavaDoc of RedisCacheManager.
Browse files Browse the repository at this point in the history
Extended description on setCacheNames(..).

Original pull request: #132.
  • Loading branch information
snicoll authored and Thomas Darimont committed Mar 18, 2015
1 parent 738f41b commit d0a0a6a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ public Cache getCache(String name) {
/**
* 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) {

Expand Down

0 comments on commit d0a0a6a

Please sign in to comment.