Class CustomerClientCacheWeightProperties
java.lang.Object
com.broadleafcommerce.customer.client.autoconfigure.CustomerClientCacheWeightProperties
@ConfigurationProperties("broadleaf.customer.client.cache.weights")
public class CustomerClientCacheWeightProperties
extends Object
Properties that influence cache weight settings for the service. The value represents a portion
of the total module cache using a decimal value between zero and one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleandoubleinthashCode()voidsetDynamicCustomerSegmentCache(double dynamicCustomerSegmentCache) toString()
-
Constructor Details
-
CustomerClientCacheWeightProperties
public CustomerClientCacheWeightProperties()
-
-
Method Details
-
getDynamicCustomerSegmentCache
public double getDynamicCustomerSegmentCache() -
setDynamicCustomerSegmentCache
public void setDynamicCustomerSegmentCache(double dynamicCustomerSegmentCache) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-