Set template cache names through tool configuration files

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1697

This topic has not yet been written. The content below is from the topic description.
On top of that, this finer grained cache definition enables users to define cache settings on a per entity/collection basis. For example:      person-entity    addresses-collection   Here, we're configuring the Infinispan cache provider so that for com.acme.Person entity type, the cache instance assigned will be based on a "person-entity" named cache, and for com.acme.Person.addresses collection type, the cache instance assigned will be based on a "addresses-collection" named cache. If either of these two named caches did not exist in the Infinispan cache configuration file, the cache provider would create a cache instance for com.acme.Person entity and com.acme.Person.addresses collection based on the default cache in the configuration file.