Class TranslationServiceCacheAutoConfiguration
java.lang.Object
com.broadleafcommerce.translation.autoconfigure.TranslationServiceCacheAutoConfiguration
@Configuration
@Conditional(com.broadleafcommerce.common.extension.cache.condition.OnEnabledCacheCondition.class)
@ConditionalOnClass(org.apache.ignite.cache.spring.SpringCacheManager.class)
@ConditionalOnProperty(name="com.broadleafcommerce.cache.activeCacheManagerImplementation",
havingValue="com.broadleafcommerce.common.extension.autoconfigure.IgniteCacheAutoConfiguration",
matchIfMissing=true)
@EnableConfigurationProperties(TranslationCacheProperties.class)
@Deprecated(since="2.0.5")
public class TranslationServiceCacheAutoConfiguration
extends Object
Deprecated.
Configuration for engaging default Broadleaf support for Apache Ignite cache in the Translation
service.
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>translationCacheManagerCustomizer(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, TranslationCacheProperties cacheProperties) Deprecated.
-
Constructor Details
-
TranslationServiceCacheAutoConfiguration
public TranslationServiceCacheAutoConfiguration()Deprecated.
-
-
Method Details
-
translationCacheManagerCustomizer
@Bean @ConditionalOnMissingBean(name="translationCacheManagerCustomizer") public org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager> translationCacheManagerCustomizer(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, TranslationCacheProperties cacheProperties) Deprecated.
-