Class CustomerClientCacheAutoConfiguration
java.lang.Object
com.broadleafcommerce.customer.client.autoconfigure.CustomerClientCacheAutoConfiguration
@Configuration
@Conditional(com.broadleafcommerce.common.extension.cache.condition.OnEnabledCacheCondition.class)
@EnableConfigurationProperties(CustomerClientCacheProperties.class)
public class CustomerClientCacheAutoConfiguration
extends Object
Common configuration for customer client caching.
- Author:
- Nathan Moore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.common.extension.cache.key.ContextKeyGen
-
Constructor Details
-
CustomerClientCacheAutoConfiguration
public CustomerClientCacheAutoConfiguration()
-
-
Method Details
-
dynamicCustomerSegmentCache
@Bean(name="dynamicCustomerSegmentCache") @ConditionalOnMissingBean(name="dynamicCustomerSegmentCache") public com.broadleafcommerce.common.extension.cache.key.ContextKeyGen dynamicCustomerSegmentCache()
-