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