[Opensymphony-oscache] cron expression problem
Tomer Mor <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <25335794.1112793055960.JavaMail.os-j2ee@opensymphony01.contegix.com> |
Hi again, i have implemented an application cache manager using OSCache without jsp. it works fine but in my tests i found that the cron expression not working as i expected... the problem: the putInCache was at the 6/4/05 i used the methos Cache.getFromCache with refreshperiod of 3 hours and Cron expression as "48 12 2 4 *" (current date is 6/4/05) so i expected the Cache.isStale to return true but it still get the data from the cache --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=1344&messageID=4162#4162