Interface EmbeddedCacheManagerProvider
public interface EmbeddedCacheManagerProvider
Supplies an
EmbeddedCacheManager for use by Infinispan implementation
of the RegionFactory.- Since:
- 9.2
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.manager.EmbeddedCacheManagergetEmbeddedCacheManager(Properties properties) Returns aEmbeddedCacheManagergiven the specified configuration properties.
-
Method Details
-
getEmbeddedCacheManager
Returns aEmbeddedCacheManagergiven the specified configuration properties.- Parameters:
properties- configuration properties- Returns:
- a started cache manager.
-