Class DistributableCacheFactoryServiceConfigurator<K,​V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>

  • Type Parameters:
    K - the cache key type
    V - the cache value type
    All Implemented Interfaces:
    CapabilityServiceConfigurator, CacheFactory<K,​V>, org.wildfly.clustering.service.ServiceConfigurator, org.wildfly.clustering.service.ServiceNameProvider

    public class DistributableCacheFactoryServiceConfigurator<K,​V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>
    extends org.wildfly.clustering.service.SimpleServiceNameProvider
    implements CapabilityServiceConfigurator, CacheFactory<K,​V>
    Service that provides a distributable CacheFactory.
    Author:
    Paul Ferraro
    • Constructor Detail

      • DistributableCacheFactoryServiceConfigurator

        public DistributableCacheFactoryServiceConfigurator​(org.jboss.msc.service.ServiceName name,
                                                            CapabilityServiceConfigurator configurator)