Class CatalogCacheProperties
java.lang.Object
com.broadleafcommerce.catalog.cache.CatalogCacheProperties
@ConfigurationProperties("broadleaf.catalog.cache")
public class CatalogCacheProperties
extends Object
Properties that influence cache settings for the catalog service
- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setByAccessPolicyType
(Duration byAccessPolicyType) void
setByActiveCategoryIdTtl
(Duration byActiveCategoryIdTtl) void
setByActiveCategoryTtl
(Duration byActiveCategoryTtl) void
setByActiveProductTtl
(Duration byActiveProductTtl) void
setByActiveProductUriTtl
(Duration byActiveProductUriTtl) void
setByBreadcrumbContributionTtl
(Duration byBreadcrumbContributionTtl) void
setByBreadcrumbProductContributionTtl
(Duration byBreadcrumbProductContributionTtl) void
setByCategoryAssetTtl
(Duration byCategoryAssetTtl) void
setByCategoryProductTtl
(Duration byCategoryProductTtl) void
setByProductAssetTtl
(Duration byProductAssetTtl) void
setByProductContributionTtl
(Duration byProductContributionTtl) void
setByPromotionalProductTtl
(Duration byPromotionalProductTtl) void
setByRuleProductContributionTtl
(Duration byRuleProductContributionTtl) void
setByVariantTtl
(Duration byVariantTtl) toString()
-
Constructor Details
-
CatalogCacheProperties
public CatalogCacheProperties()
-
-
Method Details
-
getByActiveCategoryTtl
-
getByActiveCategoryIdTtl
-
getByActiveProductTtl
-
getByProductAssetTtl
-
getByProductContributionTtl
-
getByRuleProductContributionTtl
-
getByVariantTtl
-
getByPromotionalProductTtl
-
getByCategoryAssetTtl
-
getByBreadcrumbContributionTtl
-
getByBreadcrumbProductContributionTtl
-
getByCategoryProductTtl
-
getByActiveProductUriTtl
-
getByAccessPolicyType
-
setByActiveCategoryTtl
-
setByActiveCategoryIdTtl
-
setByActiveProductTtl
-
setByProductAssetTtl
-
setByProductContributionTtl
-
setByRuleProductContributionTtl
-
setByVariantTtl
-
setByPromotionalProductTtl
-
setByCategoryAssetTtl
-
setByBreadcrumbContributionTtl
-
setByBreadcrumbProductContributionTtl
-
setByCategoryProductTtl
-
setByActiveProductUriTtl
-
setByAccessPolicyType
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-