]
Tristan Tarrant reassigned ISPN-7845:
-------------------------------------
Assignee: Katia Aresti (was: Tristan Tarrant)
Create utility class for user usability
---------------------------------------
Key: ISPN-7845
URL:
https://issues.jboss.org/browse/ISPN-7845
Project: Infinispan
Issue Type: Enhancement
Reporter: Katia Aresti
Assignee: Katia Aresti
Utility class to be able to create a EmbeddedCacheManager which could be clustered by
default.
So, in user's code (or tests, examples and others) we could have something like
{code:title=Infinispan.java|borderStyle=solid}
Infinispan.createCacheManager();
{code}
Similar API as other competitors have