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

      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