]
Will Burns updated ISPN-9744:
-----------------------------
Parent: ISPN-10309
Issue Type: Sub-task (was: Enhancement)
Cache creation should be non blocking
-------------------------------------
Key: ISPN-9744
URL:
https://issues.jboss.org/browse/ISPN-9744
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Internally cache creation stores entries in a CompletableFuture. We however don't
return a CompletionStage to the invoker of getCache. We should do this and utilize the
same approach to async calls that {code}DefaultCacheManager#startCaches{code} does by
starting a thread per cache.