- All Implemented Interfaces:
- com.broadleafcommerce.jobsevents.service.EntityManagerFactoryAwareSystemEventConsumer, com.broadleafcommerce.jobsevents.service.SystemEventConsumer, org.springframework.core.Ordered
@Component(value="blChildSiteSystemPropertyCacheInvalidationConsumer")
public class ChildSiteSystemPropertyCacheInvalidationConsumer
extends com.broadleafcommerce.enterprise.workflow.site.service.event.consumer.SystemPropertyCacheInvalidationEventConsumer
The SystemPropertyCacheInvalidationEventConsumer does not handle cases in an MT environment to invalidate the
cache of all of the child sites when changing the property value from the parent. This consumer handles that case.
- Author:
- Phillip Verheyden (phillipuniverse)