Hello,
 
    Is there any limitation on the number of infinispan caches that can be created, in a clustered environment?
 
    Also,  is there any performance difference between the below two cases :
 
             Case 1 : Constructing a cache with 10000 entries
             Case 2 : Splitting the above cache into 100 caches of 100 entries.
 
    Entry count is same in both the cases, but will there be any significant performance overhead in creating 100 caches?
 
Thanks,
Faseela