Interface EmbeddedCacheManagerProvider


  • public interface EmbeddedCacheManagerProvider
    Supplies an EmbeddedCacheManager for use by Infinispan implementation of the RegionFactory.
    Since:
    9.2
    Author:
    Paul Ferraro
    • Method Detail

      • getEmbeddedCacheManager

        org.infinispan.manager.EmbeddedCacheManager getEmbeddedCacheManager​(Properties properties)
        Returns a EmbeddedCacheManager given the specified configuration properties.
        Parameters:
        properties - configuration properties
        Returns:
        a started cache manager.