Class NotificationCacheWeightProperties

java.lang.Object
com.broadleafcommerce.notification.service.cache.NotificationCacheWeightProperties

@ConfigurationProperties("broadleaf.notification.cache.weights") public class NotificationCacheWeightProperties extends Object
Properties that influence cache weight settings for the service. The value represents a portion of the total module cache using a decimal value between zero and one.
  • Constructor Details

    • NotificationCacheWeightProperties

      public NotificationCacheWeightProperties()
  • Method Details

    • getApplicationByApplicationId

      public double getApplicationByApplicationId()
    • setApplicationByApplicationId

      public void setApplicationByApplicationId(double applicationByApplicationId)
    • 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