Class MetadataCacheSizeProperties

java.lang.Object
com.broadleafcommerce.metadata.cache.MetadataCacheSizeProperties

@ConfigurationProperties("broadleaf.metadata.cache.sizes") public class MetadataCacheSizeProperties extends Object
Properties that influence cache estimated size settings for the service
  • Constructor Details

    • MetadataCacheSizeProperties

      public MetadataCacheSizeProperties()
  • Method Details

    • getByComponentIdTenantIdApplicationId

      public org.springframework.util.unit.DataSize getByComponentIdTenantIdApplicationId()
    • setByComponentIdTenantIdApplicationId

      public void setByComponentIdTenantIdApplicationId(org.springframework.util.unit.DataSize byComponentIdTenantIdApplicationId)
    • 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