Class CustomerClientCacheSizeProperties
java.lang.Object
com.broadleafcommerce.customer.client.autoconfigure.CustomerClientCacheSizeProperties
@ConfigurationProperties("broadleaf.customer.client.cache.sizes")
public class CustomerClientCacheSizeProperties
extends Object
Properties that influence cache estimated size settings for the service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.springframework.util.unit.DataSizeinthashCode()voidsetDynamicCustomerSegmentCache(org.springframework.util.unit.DataSize dynamicCustomerSegmentCache) toString()
-
Constructor Details
-
CustomerClientCacheSizeProperties
public CustomerClientCacheSizeProperties()
-
-
Method Details
-
getDynamicCustomerSegmentCache
public org.springframework.util.unit.DataSize getDynamicCustomerSegmentCache() -
setDynamicCustomerSegmentCache
public void setDynamicCustomerSegmentCache(org.springframework.util.unit.DataSize dynamicCustomerSegmentCache) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-