Class PricingCacheProperties
java.lang.Object
com.broadleafcommerce.pricing.cache.PricingCacheProperties
@ConfigurationProperties("broadleaf.pricing.cache")
public class PricingCacheProperties
extends Object
Properties that influence cache settings for the pricing service
- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setPriceDataByTargetAndPriceList
(Duration priceDataByTargetAndPriceList) void
setPriceListByCurrency
(Duration priceListByCurrency) void
setPriceListByPriceList
(Duration priceListByPriceList) void
setPriceListByUser
(Duration priceListByUser) toString()
-
Constructor Details
-
PricingCacheProperties
public PricingCacheProperties()
-
-
Method Details
-
getPriceListByCurrency
-
getPriceListByUser
-
getPriceListByPriceList
-
getPriceDataByTargetAndPriceList
-
setPriceListByCurrency
-
setPriceListByUser
-
setPriceListByPriceList
-
setPriceDataByTargetAndPriceList
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-