Long evictionWakeUpTime = contextTemp.getEvictionWakeUpTime();
timer.scheduleJob(new EvictionJob(contextTemp), new MockJobContext(), new MockTrigger(new Date(), evictionWakeUpTime));
//Set the timestamp for the first time
contextTemp.set("myvalue", "value");
Thread.sleep(1000);