]
Galder Zamarreño updated ISPN-8627:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.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
Fix For: 9.4.0.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.