Class TranslationCacheSizeProperties

java.lang.Object
com.broadleafcommerce.translation.cache.TranslationCacheSizeProperties

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

    • TranslationCacheSizeProperties

      public TranslationCacheSizeProperties()
  • Method Details

    • getByEntityLocale

      public org.springframework.util.unit.DataSize getByEntityLocale()
    • setByEntityLocale

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