Class CacheAwareHistoryEventProducer

java.lang.Object
org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
All Implemented Interfaces:
HistoryEventProducer

public class CacheAwareHistoryEventProducer extends DefaultHistoryEventProducer

This HistoryEventProducer is aware of the DbEntityManager cache and works in combination with the DbHistoryEventHandler.

Author:
Daniel Meyer