Class MetadataCacheWeightProperties
java.lang.Object
com.broadleafcommerce.metadata.cache.MetadataCacheWeightProperties
@ConfigurationProperties("broadleaf.metadata.cache.weights")
public class MetadataCacheWeightProperties
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()voidsetByComponentIdTenantIdApplicationId(double byComponentIdTenantIdApplicationId) toString()
-
Constructor Details
-
MetadataCacheWeightProperties
public MetadataCacheWeightProperties()
-
-
Method Details
-
getByComponentIdTenantIdApplicationId
public double getByComponentIdTenantIdApplicationId() -
setByComponentIdTenantIdApplicationId
public void setByComponentIdTenantIdApplicationId(double byComponentIdTenantIdApplicationId) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-