Class CartOperationCacheSizeProperties
java.lang.Object
com.broadleafcommerce.cartoperation.cache.CartOperationCacheSizeProperties
@ConfigurationProperties("broadleaf.cart-operation.cache.sizes")
public class CartOperationCacheSizeProperties
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()voidsetFeeByApplication(org.springframework.util.unit.DataSize feeByApplication) toString()
-
Constructor Details
-
CartOperationCacheSizeProperties
public CartOperationCacheSizeProperties()
-
-
Method Details
-
getFeeByApplication
public org.springframework.util.unit.DataSize getFeeByApplication() -
setFeeByApplication
public void setFeeByApplication(org.springframework.util.unit.DataSize feeByApplication) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-