Interface EhCacheReplicatorConfigFactory

All Known Implementing Classes:
RMICacheReplicatorConfigFactory

@ParametersAreNonnullByDefault public interface EhCacheReplicatorConfigFactory
Provides operations for creating cache replicator configurations.
Since:
2.6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
    createCacheReplicatorConfiguration(CacheSettings settings, boolean selfLoadingCache)
    Create an EhCache CacheConfiguration.CacheEventListenerFactoryConfiguration which defines the cache replicator for the given cache settings.
  • Method Details

    • createCacheReplicatorConfiguration

      @Nonnull net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration createCacheReplicatorConfiguration(CacheSettings settings, boolean selfLoadingCache)
      Create an EhCache CacheConfiguration.CacheEventListenerFactoryConfiguration which defines the cache replicator for the given cache settings.