Interface CacheGroupConfiguration
-
public interface CacheGroupConfigurationConfiguration for aCacheGroup.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.Cache<?,?>getCache()NodeFactory<org.jgroups.Address>getMemberFactory()
-
-
-
Method Detail
-
getCache
org.infinispan.Cache<?,?> getCache()
-
getMemberFactory
NodeFactory<org.jgroups.Address> getMemberFactory()
-
-