Example of Fast Cache Update Scheduler
The fast cache update scheduler job updates the golden copy record into the fast cache. Ensure that you have set the value of the Golden Copy Cache Update Immediately or Later on by Scheduler property to Scheduler.
<CronSchedules> <Schedule> <Name>FastCacheUpdateScheduler</Name> <Jobs> <Job> <Name>FastCacheUpdateScheduler</Name> <Triggers> <TriggerExpression>0 0/1 * 1/1 * ? *</TriggerExpression> </Triggers> <JobDetails> <Description>FastCache handler class name to be executed when trigger is fired.</Description> <JobDetailsClass>com.tibco.mdm.infrastructure.scheduler.FastCacheUpdateScheduler</JobDetailsClass> </JobDetails> <ExecuteOnStartup>true</ExecuteOnStartup> </Job> </Jobs> </Schedule> </CronSchedules>
Copyright © Cloud Software Group, Inc. All rights reserved.