Class AssetCacheSizeProperties

java.lang.Object
com.broadleafcommerce.asset.cache.AssetCacheSizeProperties

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

    • AssetCacheSizeProperties

      public AssetCacheSizeProperties()
  • Method Details

    • getByUrl

      public org.springframework.util.unit.DataSize getByUrl()
    • getByProviderTypeAndOriginalLocation

      public org.springframework.util.unit.DataSize getByProviderTypeAndOriginalLocation()
    • setByUrl

      public void setByUrl(org.springframework.util.unit.DataSize byUrl)
    • setByProviderTypeAndOriginalLocation

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