Class NotificationCacheSizeProperties
java.lang.Object
com.broadleafcommerce.notification.service.cache.NotificationCacheSizeProperties
@ConfigurationProperties("broadleaf.notification.cache.sizes")
public class NotificationCacheSizeProperties
extends Object
Properties that influence cache estimated size settings for the service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.springframework.util.unit.DataSizeinthashCode()voidsetApplicationByApplicationId(org.springframework.util.unit.DataSize applicationByApplicationId) toString()
-
Constructor Details
-
NotificationCacheSizeProperties
public NotificationCacheSizeProperties()
-
-
Method Details
-
getApplicationByApplicationId
public org.springframework.util.unit.DataSize getApplicationByApplicationId() -
setApplicationByApplicationId
public void setApplicationByApplicationId(org.springframework.util.unit.DataSize applicationByApplicationId) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-