Grails

Grails: caching using cron jobs

Hi, We needed to cache the result of a webservice. We were using grails 1.1.1 version and springcache plugin for caching. Unfortunately, current springcache version didn't work with grails 1.1.1. So we decided to cache the results using cron jobs, which will run in the background after every 1hr and store the results in a list, which...

by Amit Jain
Tag: quartz plugin
21-Aug-2009