Class CartOperationCacheProperties

java.lang.Object
com.broadleafcommerce.cartoperation.cache.CartOperationCacheProperties

@ConfigurationProperties("broadleaf.cart-operation.cache") public class CartOperationCacheProperties extends Object
  • 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

      public Duration 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

      public void setFeeByApplication(Duration feeByApplication)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object