Interface EmbeddedCacheManagerProvider
-
public interface EmbeddedCacheManagerProviderSupplies anEmbeddedCacheManagerfor use by Infinispan implementation of theRegionFactory.- Since:
- 9.2
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.manager.EmbeddedCacheManagergetEmbeddedCacheManager(Properties properties)Returns aEmbeddedCacheManagergiven the specified configuration properties.
-
-
-
Method Detail
-
getEmbeddedCacheManager
org.infinispan.manager.EmbeddedCacheManager getEmbeddedCacheManager(Properties properties)
Returns aEmbeddedCacheManagergiven the specified configuration properties.- Parameters:
properties- configuration properties- Returns:
- a started cache manager.
-
-