Class MetadataCacheAutoConfiguration
java.lang.Object
com.broadleafcommerce.metadata.autoconfigure.MetadataCacheAutoConfiguration
@Configuration
@Conditional(com.broadleafcommerce.common.extension.cache.condition.OnEnabledCacheCondition.class)
@EnableConfigurationProperties(MetadataCacheProperties.class)
public class MetadataCacheAutoConfiguration
extends Object
Common configuration for metadata caching.
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.interceptor.KeyGeneratorcom.broadleafcommerce.common.extension.cache.CacheStateConfigurer
-
Constructor Details
-
MetadataCacheAutoConfiguration
public MetadataCacheAutoConfiguration()
-
-
Method Details
-
metadataAugmentationCacheKeyGenerator
@Bean @ConditionalOnMissingBean(name="metadataAugmentationCacheKeyGenerator") public org.springframework.cache.interceptor.KeyGenerator metadataAugmentationCacheKeyGenerator() -
metadataAugmentationCacheStateConfigurer
@Bean @ConditionalOnMissingBean(name="metadataAugmentationCacheStateConfigurer") public com.broadleafcommerce.common.extension.cache.CacheStateConfigurer metadataAugmentationCacheStateConfigurer()
-