Class PurgeDatabaseAndCacheCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
All Implemented Interfaces:
Serializable, Command<PurgeReport>

public class PurgeDatabaseAndCacheCmd extends Object implements Command<PurgeReport>, Serializable
Purges the database and the deployment cache. That means that each entity will be removed from the database and from the cache. The command returns a purge report. That report contains information of the deleted rows for each table and the values from the cache which are removed.
Author:
Christopher Zell <christopher.zell@camunda.com>
See Also: