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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetPriceDataByTargetAndPriceList(Duration priceDataByTargetAndPriceList) voidsetPriceListByCurrency(Duration priceListByCurrency) voidsetPriceListByPriceList(Duration priceListByPriceList) voidsetPriceListByUser(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
 
 -