{{cache timeToLive="14400"}}
{{groovy}}
import groovy.sql.Sql
request = '...'
sql = Sql.newInstance( '...', '...', '...', '...' )
sql.eachRow( request ) {
println "* $it.qui"
}
{{/groovy}}
{{/cache}}
--
View this message in context:
http://xwiki.475771.n2.nabble.com/problem-with-the-cache-macro-tp7582215p75…
Sent from the XWiki- Users mailing list archive at
Nabble.com.