Class CartOperationCacheProperties
java.lang.Object
com.broadleafcommerce.cartoperation.cache.CartOperationCacheProperties
@ConfigurationProperties("broadleaf.cart-operation.cache")
public class CartOperationCacheProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe total heap budget in MB for all cart-operation caches.intThe total off-heap budget in MB for all cart-operation caches.inthashCode()voidsetFeeByApplication(Duration feeByApplication) voidsetHeapBudget(int heapBudget) The total heap budget in MB for all cart-operation caches.voidsetOffHeapBudget(int offHeapBudget) The total off-heap budget in MB for all cart-operation caches.toString()
-
Constructor Details
-
CartOperationCacheProperties
public CartOperationCacheProperties()
-
-
Method Details
-
getHeapBudget
public int getHeapBudget()The total heap budget in MB for all cart-operation caches. -
getOffHeapBudget
public int getOffHeapBudget()The total off-heap budget in MB for all cart-operation caches. -
getFeeByApplication
-
setHeapBudget
public void setHeapBudget(int heapBudget) The total heap budget in MB for all cart-operation caches. -
setOffHeapBudget
public void setOffHeapBudget(int offHeapBudget) The total off-heap budget in MB for all cart-operation caches. -
setFeeByApplication
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-