William Burns created ISPN-9744:
-----------------------------------
Summary: Cache creation should be non blocking
Key: ISPN-9744
URL:
https://issues.jboss.org/browse/ISPN-9744
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: William Burns
Assignee: William Burns
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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)