Class TranslationCacheProperties

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

@ConfigurationProperties("broadleaf.translation.cache") public class TranslationCacheProperties extends Object
Properties that influence cache settings for translation
Author:
Jeff Fischer
  • Constructor Details

    • TranslationCacheProperties

      public TranslationCacheProperties()
  • Method Details

    • getByEntityLocale

      public Duration getByEntityLocale()
    • setByEntityLocale

      public void setByEntityLocale(Duration 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