- All Implemented Interfaces:
- org.broadleafcommerce.common.extension.ExtensionHandler, org.broadleafcommerce.core.web.service.CacheKeyResolverExtensionHandler
@Service(value="blCacheKeyResolverExtensionHandler")
public class PriceListCacheKeyResolverExtentionHandler
extends org.broadleafcommerce.core.web.service.AbstractCacheKeyResolverExtensionHandler
This extension of the OfferService allows the system to filter offers based on the pricing context.
For example, if an offer was an amount off offer for $5 US, we would be able to filter so that this
rule only applied when in a USD price list.
- Author:
- bpolster