Class CartOperationCacheWeightProperties
java.lang.Object
com.broadleafcommerce.cartoperation.cache.CartOperationCacheWeightProperties
@ConfigurationProperties("broadleaf.cart-operation.cache.weights")
public class CartOperationCacheWeightProperties
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()voidsetFeeByApplication(double feeByApplication) toString()
-
Constructor Details
-
CartOperationCacheWeightProperties
public CartOperationCacheWeightProperties()
-
-
Method Details