[
https://jira.jboss.org/browse/EJBTHREE-2048?page=com.atlassian.jira.plugi...
]
Paul Ferraro commented on EJBTHREE-2048:
----------------------------------------
Another option
C) Embed the cache manager name within the name attribute, using some delimiter (e.g.
":")
e.g.
@CacheConfig(name = "sfsb")
@CacheConfig(name = "foo:sfsb")
The 1st example would use the sfsb cache from the default cache manager.
The 2nd example would use the sfsb cache from the "foo" cache manager.
The logic to parse the cache manager name from the cache name would reside in the
Infinispan CacheManagerLocator.