Interface EmbeddedCacheManagerProvider
-
public interface EmbeddedCacheManagerProvider
Supplies anEmbeddedCacheManager
for 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.EmbeddedCacheManager
getEmbeddedCacheManager(Properties properties)
Returns aEmbeddedCacheManager
given the specified configuration properties.
-
-
-
Method Detail
-
getEmbeddedCacheManager
org.infinispan.manager.EmbeddedCacheManager getEmbeddedCacheManager(Properties properties)
Returns aEmbeddedCacheManager
given the specified configuration properties.- Parameters:
properties
- configuration properties- Returns:
- a started cache manager.
-
-