Infinispan allows me to create several Caches from a single CacheManager. Are there any reasons to create separate CacheManagers?
As far as possible, internal components are shared between Cache instances. Notably, RPC and networking components are shared. If you need caches that have different network characteristics – such as one cache using TCP while another uses UDP – we recommend you create these using different cache managers.
Related Questions
- How do I create a page that has information on the top (or bottom) that cannot be changed or customized by a regular user, but allows the user to make other customizations?
- If I have multiple photographers using different cameras, will I have to work with the RTV Setup Department to create a separate lens file for each camera?
- Infinispan allows me to create several Caches from a single CacheManager. Are there any reasons to create separate CacheManagers?