]
Tristan Tarrant updated ISPN-8627:
----------------------------------
Fix Version/s: 9.4.8.Final
(was: 9.4.7.Final)
Add CacheContainerAdmin.getOrCreateCache() method
-------------------------------------------------
Key: ISPN-8627
URL:
https://issues.jboss.org/browse/ISPN-8627
Project: Infinispan
Issue Type: Bug
Components: Core, Hot Rod
Affects Versions: 9.2.0.Beta1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 9.4.8.Final
CacheContainerAdmin has a createCache method which fails if the cache already exists. To
make the life of developers easier, it should also have a getOrCreateCache() which returns
an existing cache if possible.