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