Re: Query about Cache in groovy

2009-12-11 Thread Jacques Le Roux
[mailto:d...@me.com] Sent: Friday, December 11, 2009 3:53 PM To: user@ofbiz.apache.org Subject: Re: Query about Cache in groovy By default there is a timeout on this cache. -David On Dec 11, 2009, at 4:20 AM, Pankaj Jain wrote: Hi In ofbiz, when we use a groovy file , in ist call to groovy, .g

RE: Query about Cache in groovy

2009-12-11 Thread Pankaj Jain
@ofbiz.apache.org Subject: Re: Query about Cache in groovy By default there is a timeout on this cache. -David On Dec 11, 2009, at 4:20 AM, Pankaj Jain wrote: > Hi > > In ofbiz, when we use a groovy file , in ist call to groovy, .groovy file is > read and parsed and then we store the generate

RE: Query about Cache in groovy

2009-12-11 Thread Pankaj Jain
But it is taking expire time as 0, that means the component in cache will never expire. -Original Message- From: David E Jones [mailto:d...@me.com] Sent: Friday, December 11, 2009 3:53 PM To: user@ofbiz.apache.org Subject: Re: Query about Cache in groovy By default there is a timeout

Re: Query about Cache in groovy

2009-12-11 Thread David E Jones
By default there is a timeout on this cache. -David On Dec 11, 2009, at 4:20 AM, Pankaj Jain wrote: > Hi > > In ofbiz, when we use a groovy file , in ist call to groovy, .groovy file is > read and parsed and then we store the generated class file in a cache and > after that for every next c

Query about Cache in groovy

2009-12-11 Thread Pankaj Jain
Hi In ofbiz, when we use a groovy file , in ist call to groovy, .groovy file is read and parsed and then we store the generated class file in a cache and after that for every next call to groovy, we refer the cache to get the class file. But if we update the .groovy files at run time, the chang