Interface ManagedCacheManagerProvider


public interface ManagedCacheManagerProvider
A Service Provider Interface (SPI) that allows to plug-in an embedded or remote cache manager instance.
Author:
Pedro Igor
  • Method Details

    • getEmbeddedCacheManager

      <C> C getEmbeddedCacheManager(Config.Scope config)
    • getRemoteCacheManager

      <C> C getRemoteCacheManager(Config.Scope config)
      Returns:
      A RemoteCacheManager if the features Profile.Feature.CLUSTERLESS or Profile.Feature.MULTI_SITE is enabled, null otherwise.