Can I create caches using different cache modes using the same cache manager?
Can transactions span different Cache instances from the same cache manager?
How does multi-tenancy work?
Infinispan allows me to create several Caches from a single CacheManager. Are there any reasons to create separate CacheManagers?