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 Type
    Method
    Description
    org.infinispan.manager.EmbeddedCacheManager
    Returns a EmbeddedCacheManager given the specified configuration properties.
  • Method Details

    • 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.