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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleandoubleinthashCode()voidsetApplicationByApplicationId(double applicationByApplicationId) toString()
-
Constructor Details
-
NotificationCacheWeightProperties
public NotificationCacheWeightProperties()
-
-
Method Details
-
getApplicationByApplicationId
public double getApplicationByApplicationId() -
setApplicationByApplicationId
public void setApplicationByApplicationId(double applicationByApplicationId) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-