Class AssetCacheWeightProperties
java.lang.Object
com.broadleafcommerce.asset.cache.AssetCacheWeightProperties
@ConfigurationProperties("broadleaf.asset.cache.weights")
public class AssetCacheWeightProperties
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 booleanbooleandoubledoublegetByUrl()inthashCode()voidsetByProviderTypeAndOriginalLocation(double byProviderTypeAndOriginalLocation) voidsetByUrl(double byUrl) toString()
-
Constructor Details
-
AssetCacheWeightProperties
public AssetCacheWeightProperties()
-
-
Method Details
-
getByUrl
public double getByUrl() -
getByProviderTypeAndOriginalLocation
public double getByProviderTypeAndOriginalLocation() -
setByUrl
public void setByUrl(double byUrl) -
setByProviderTypeAndOriginalLocation
public void setByProviderTypeAndOriginalLocation(double byProviderTypeAndOriginalLocation) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-